Skip to content

Commit

Permalink
build: Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanpingle committed Mar 30, 2024
1 parent 7d6b6ec commit ae15bd3
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.1.0"
version = "0.2.0"

# Validate the version name
try:
Expand Down

0 comments on commit ae15bd3

Please sign in to comment.