File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.dev
19
+ pip install --index-url https://test.pypi.org/simple/ julia ==0.4.1
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 26
26
# The short X.Y version
27
27
version = '0.4.1'
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.4.1.dev '
29
+ release = '0.4.1'
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.dev "
3
+ __version__ = "0.4.1"
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