Skip to content

Commit

Permalink
chore(release): release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Dec 9, 2021
1 parent 9887127 commit 252c0d3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@

*.py[co]
*.whl

/dist/
16 changes: 14 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,21 @@ build-backend = 'poetry.core.masonry.api'

[tool.poetry]
name = 'virtualenv-pyenv'
version = '0.1.0.dev0'
description = ''
version = '0.1.0'
description = 'A virtualenv Python discovery plugin using pyenv'
license = 'MIT'
authors = ['un.def <[email protected]>']
readme = 'README.md'
homepage = 'https://github.com/un-def/virtualenv-pyenv'
repository = 'https://github.com/un-def/virtualenv-pyenv'
keywords = ['virtualenv', 'pyenv']
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Testing',
'Topic :: Utilities',
]
packages = [{include = '_virtualenv_pyenv', from = 'src'}]

[tool.poetry.plugins.'virtualenv.discovery']
Expand Down
2 changes: 1 addition & 1 deletion src/_virtualenv_pyenv/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0.dev0'
__version__ = '0.1.0'

0 comments on commit 252c0d3

Please sign in to comment.