Skip to content

Commit

Permalink
chore: Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-msk committed Aug 27, 2022
1 parent 3273c79 commit 85c5904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
with open("requirements.txt", "r") as fin:
requirements = [line.strip() for line in fin]

VERSION = "0.2.6"
VERSION = "0.3.0"

setuptools.setup(
name="merak",
Expand Down

0 comments on commit 85c5904

Please sign in to comment.