Skip to content

Commit

Permalink
bump version: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Asaf Cohen committed Aug 22, 2022
1 parent 2aadfb5 commit 36898a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/__packaging__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
import os

VERSION = (0, 1, 21)
VERSION = (0, 2, 0)
VERSION_STRING = ".".join(map(str, VERSION))

__version__ = VERSION_STRING
Expand Down

0 comments on commit 36898a1

Please sign in to comment.