Skip to content

Commit

Permalink
Merge pull request #28 from Pranav-Saxena/main
Browse files Browse the repository at this point in the history
v0.1.3
  • Loading branch information
Pranav-Saxena authored Feb 4, 2022
2 parents 76fba12 + 1cc3403 commit 9f6d406
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 @@ -5,7 +5,7 @@
with open('requirements.txt',"r",encoding="utf-8") as f:
requirements = f.read().splitlines()

version = '0.1.2'
version = '0.1.3'
readme = ''
with open('README.rst',"r",encoding="utf-8") as f:
readme = f.read()
Expand Down

0 comments on commit 9f6d406

Please sign in to comment.