We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d412d commit 0104538Copy full SHA for 0104538
setup.py
@@ -4,7 +4,7 @@
4
import pathlib
5
from setuptools import setup, find_packages
6
7
-VERSION = "1.4.0"
+VERSION = "1.4.0-rc.1"
8
DESCRIPTION = "CDOT Work Zone WZDx Translators"
9
HERE = pathlib.Path(__file__).parent
10
README = (HERE / "README.md").read_text()
0 commit comments