Skip to content

Commit b3302b4

Browse files
author
Anthony Hillairet
authored
Upgrade to version 0.2 (#23)
1 parent 9ffda5b commit b3302b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "toolip"
3-
version = "0.1"
3+
version = "0.2"
44
description = "A collection of python utils for webapps"
55
authors = ["Anthony Hillairet <ant@satel.ca>"]
66
license = "MIT"

toolip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""A collection of python utils for webapps."""
22

3-
__version__ = '0.1'
3+
__version__ = '0.2'

0 commit comments

Comments
 (0)