Skip to content

Commit 4cf9f22

Browse files
committed
Bump to 0.5.0.dev
1 parent c0573b5 commit 4cf9f22

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/test-upload/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deps =
1616

1717
commands =
1818
shell-retry --backoff=2 --interval-max=20 --retry-count=30 --verbose -- \
19-
pip install --index-url https://test.pypi.org/simple/ julia==0.4.1
19+
pip install --index-url https://test.pypi.org/simple/ julia==0.5.0.dev
2020

2121
python -c "from julia import install; install()"
2222
python -m julia.runtests -- \

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'The Julia and IPython development teams'
2525

2626
# The short X.Y version
27-
version = '0.4.1'
27+
version = '0.5.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.4.1'
29+
release = '0.5.0.dev'
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.1"
3+
__version__ = "0.5.0.dev"
44
# For Python versioning scheme, see:
55
# https://www.python.org/dev/peps/pep-0440/#version-scheme

0 commit comments

Comments
 (0)