Commit 90259c62 by Sébastien Eustace

Bump version to 0.4.1

parent 2bd7d4d0
# Change Log
## [0.4.1] - 2018-03-08
## Fixed
- Fixed missing entry point
## [0.4.0] - 2018-03-08
### Added
......@@ -64,7 +71,8 @@ Initial release
[Unreleased]: https://github.com/sdispater/poetry/compare/0.4.0...master
[Unreleased]: https://github.com/sdispater/poetry/compare/0.4.1...master
[0.4.0]: https://github.com/sdispater/poetry/releases/tag/0.4.1
[0.4.0]: https://github.com/sdispater/poetry/releases/tag/0.4.0
[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
......
__version__ = '0.4.0'
__version__ = '0.4.1'
[tool.poetry]
name = "poetry"
version = "0.4.0-post.1"
version = "0.4.1"
description = "Python dependency management and packaging made easy."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
......
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