Commit 9d23359c by Sébastien Eustace

Bumps version to 0.2.0-beta

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