version config

This commit is contained in:
Will McGugan 2019-12-25 15:28:10 +00:00
parent 9a4793f9dc
commit 49781ddb7f
2 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,12 @@
[tool.poetry]
name = "rich"
version = "0.1.0"
version = "0.2.0"
description = "Rich Console"
authors = ["Will McGugan <willmcgugan@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.6"
pprintpp = "^0.4.0"
[tool.poetry.dev-dependencies]

View File

@ -1 +0,0 @@
VERSION = "0.0.1a"