Skip to content

Commit

Permalink
dev version downgrade (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 authored Sep 30, 2022
1 parent 1663333 commit 3d7c812
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 @@ -9,7 +9,7 @@
from setuptools import setup

PKG_NAME = "python-doctr"
VERSION = os.getenv("BUILD_VERSION", "0.7.0a0")
VERSION = os.getenv("BUILD_VERSION", "0.6.1a0")


if __name__ == "__main__":
Expand Down

0 comments on commit 3d7c812

Please sign in to comment.