Skip to content

Commit

Permalink
increment doctr version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchesler authored Sep 12, 2022
1 parent 393930e commit 686fd74
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 @@ -8,7 +8,7 @@

from setuptools import setup
PKG_NAME = "python-doctr"
VERSION = os.getenv("BUILD_VERSION", "0.5.2a0")
VERSION = os.getenv("BUILD_VERSION", "0.5.3a0")


if __name__ == "__main__":
Expand Down

0 comments on commit 686fd74

Please sign in to comment.