Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
themattinthehatt committed Jul 5, 2023
1 parent 19ac3a1 commit 6bfedd0
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 @@ -3,7 +3,7 @@
import subprocess
import re

VERSION = "0.0.1" # was previously None
VERSION = "0.0.2" # was previously None

# add the README.md file to the long_description
with open("README.md", "r") as fh:
Expand Down

0 comments on commit 6bfedd0

Please sign in to comment.