Skip to content

Commit a90aa32

Browse files
committed
Bump to 0.4.0
1 parent ae6034d commit a90aa32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '0.4.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.4.0.dev'
29+
release = '0.4.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

src/julia/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is executed via setup.py and imported via __init__.py
22

3-
__version__ = "0.4.0.dev"
3+
__version__ = "0.4.0"
44
# For Python versioning scheme, see:
55
# https://www.python.org/dev/peps/pep-0440/#version-scheme

0 commit comments

Comments
 (0)