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 ae6034d commit a90aa32Copy full SHA for a90aa32
docs/source/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = '0.4.0'
28
# The full version, including alpha/beta/rc tags
29
-release = '0.4.0.dev'
+release = '0.4.0'
30
31
32
# -- General configuration ---------------------------------------------------
src/julia/release.py
@@ -1,5 +1,5 @@
1
# This file is executed via setup.py and imported via __init__.py
2
3
-__version__ = "0.4.0.dev"
+__version__ = "0.4.0"
4
# For Python versioning scheme, see:
5
# https://www.python.org/dev/peps/pep-0440/#version-scheme
0 commit comments