Skip to content

Commit

Permalink
build: Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanpingle committed Apr 1, 2024
1 parent 174815d commit a56d09a
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 @@ -10,7 +10,7 @@
with open("version.txt", "r") as f:
version = f.read()

version = "0.2.0"
version = "0.2.1"

# Validate the version name
try:
Expand Down

0 comments on commit a56d09a

Please sign in to comment.