Skip to content

Commit

Permalink
Bumps version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Mar 1, 2018
1 parent d71c7af commit 3d8c544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poetry"
version = "0.2.0-beta"
version = "0.2.0"
description = "Python dependency management and packaging made easy."

python-versions = ["^3.6"]
Expand Down
2 changes: 1 addition & 1 deletion poetry/poetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class Poetry:

VERSION = '0.2.0-beta'
VERSION = '0.2.0'

def __init__(self,
config: dict,
Expand Down

0 comments on commit 3d8c544

Please sign in to comment.