Skip to content

Commit 1000086

Browse files
committed
release version
1 parent 852a725 commit 1000086

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fmskill/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
1919
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2020
#
21-
__version__ = "0.5.dev2"
21+
__version__ = "0.4.2"
2222

2323
if "64" not in architecture()[0]:
2424
raise Exception("This library has not been tested for a 32 bit system.")

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="fmskill",
11-
version="0.5.dev2",
11+
version="0.4.2",
1212
install_requires=[
1313
"numpy",
1414
"pandas",

0 commit comments

Comments
 (0)