We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92e14d commit e8dfe56Copy full SHA for e8dfe56
cortex/version.py
@@ -17,7 +17,7 @@
17
# since the __version__ will be later automatically parsed by adding the git
18
# commit hash
19
# so valid versions will be 1.2.1.dev0, 1.4.dev0, etc
20
-__version__ = '1.2.8'
+__version__ = '1.3.0.dev0'
21
__hardcoded_version__ = __version__
22
__full_version__ = __version__
23
0 commit comments