Commit 8f764c2b by Sébastien Eustace

Bump version to 0.3.0

parent 972cd7d5
......@@ -27,4 +27,3 @@ pip-log.txt
setup.cfg
MANIFEST.in
pyproject.lock
README.rst
# Change Log
## [Unreleased]
## [0.3.0] - 2018-03-05
### Added
......@@ -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.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]
name = "poetry"
version = "0.2.0"
version = "0.3.0"
description = "Python dependency management and packaging made easy."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
......
......@@ -26,7 +26,7 @@ kwargs = dict(
license='MIT',
version=__version__,
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_email='sebastien@eustace.io',
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