We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffda5b commit b3302b4Copy full SHA for b3302b4
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "toolip"
3
-version = "0.1"
+version = "0.2"
4
description = "A collection of python utils for webapps"
5
authors = ["Anthony Hillairet <ant@satel.ca>"]
6
license = "MIT"
toolip/__init__.py
@@ -1,3 +1,3 @@
"""A collection of python utils for webapps."""
-__version__ = '0.1'
+__version__ = '0.2'
0 commit comments