Commit 3d8c544f by Sébastien Eustace

Bumps version to 0.2.0

parent d71c7afc
[package]
name = "poetry"
version = "0.2.0-beta"
version = "0.2.0"
description = "Python dependency management and packaging made easy."
python-versions = ["^3.6"]
......
......@@ -10,7 +10,7 @@ from .utils.toml_file import TomlFile
class Poetry:
VERSION = '0.2.0-beta'
VERSION = '0.2.0'
def __init__(self,
config: dict,
......
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