Skip to content

Commit 1664fd9

Browse files
committed
Chaning version number to 0.4.x
1 parent 3ae1b24 commit 1664fd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyasdf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
__all__ = ["__version__", "ASDFDataSet", "ASDFException", "ASDFWarning",
1717
"WaveformNotInFileException", "print_sys_info", "get_sys_info"]
1818

19-
__version__ = "0.4.0"
19+
__version__ = "0.4.x"
2020

2121

2222
def print_sys_info():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def get_package_data():
9797

9898
setup_config = dict(
9999
name="pyasdf",
100-
version="0.4.0",
100+
version="0.4.x",
101101
description=DOCSTRING[0],
102102
long_description="\n".join(DOCSTRING),
103103
author="Lion Krischer",

0 commit comments

Comments
 (0)