File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
commands =
18
18
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
20
20
21
21
python -c " from julia import install; install()"
22
22
python -m julia.runtests -- \
Original file line number Diff line number Diff line change 24
24
author = 'The Julia and IPython development teams'
25
25
26
26
# The short X.Y version
27
- version = '0.4.1 '
27
+ version = '0.5.0 '
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.4.1 '
29
+ release = '0.5.0.dev '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
# This file is executed via setup.py and imported via __init__.py
2
2
3
- __version__ = "0.4.1 "
3
+ __version__ = "0.5.0.dev "
4
4
# For Python versioning scheme, see:
5
5
# https://www.python.org/dev/peps/pep-0440/#version-scheme
You can’t perform that action at this time.
0 commit comments