Commit 8f764c2b by Sébastien Eustace

Bump version to 0.3.0

parent 972cd7d5
...@@ -27,4 +27,3 @@ pip-log.txt ...@@ -27,4 +27,3 @@ pip-log.txt
setup.cfg setup.cfg
MANIFEST.in MANIFEST.in
pyproject.lock pyproject.lock
README.rst
# Change Log # Change Log
## [Unreleased] ## [0.3.0] - 2018-03-05
### Added ### Added
...@@ -42,6 +42,7 @@ Initial release ...@@ -42,6 +42,7 @@ Initial release
[Unreleased]: https://github.com/sdispater/poetry/compare/0.2.0...master [Unreleased]: https://github.com/sdispater/poetry/compare/0.3.0...master
[0.3.0]: https://github.com/sdispater/poetry/releases/tag/0.3.0
[0.2.0]: https://github.com/sdispater/poetry/releases/tag/0.2.0 [0.2.0]: https://github.com/sdispater/poetry/releases/tag/0.2.0
[0.1.0]: https://github.com/sdispater/poetry/releases/tag/0.1.0 [0.1.0]: https://github.com/sdispater/poetry/releases/tag/0.1.0
This diff is collapsed. Click to expand it.
__version__ = '0.2.0' __version__ = '0.3.0'
[tool.poetry] [tool.poetry]
name = "poetry" name = "poetry"
version = "0.2.0" version = "0.3.0"
description = "Python dependency management and packaging made easy." description = "Python dependency management and packaging made easy."
authors = [ authors = [
"Sébastien Eustace <sebastien@eustace.io>" "Sébastien Eustace <sebastien@eustace.io>"
......
...@@ -26,7 +26,7 @@ kwargs = dict( ...@@ -26,7 +26,7 @@ kwargs = dict(
license='MIT', license='MIT',
version=__version__, version=__version__,
description='Python dependency management and packaging made easy.', description='Python dependency management and packaging made easy.',
long_description=open('README.md').read(), long_description=open('README.rst').read(),
author='Sébastien Eustace', author='Sébastien Eustace',
author_email='sebastien@eustace.io', author_email='sebastien@eustace.io',
url='https://github.com/sdispater/poetry', url='https://github.com/sdispater/poetry',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment