We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852a725 commit 1000086Copy full SHA for 1000086
fmskill/__init__.py
@@ -18,7 +18,7 @@
18
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
19
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
20
#
21
-__version__ = "0.5.dev2"
+__version__ = "0.4.2"
22
23
if "64" not in architecture()[0]:
24
raise Exception("This library has not been tested for a 32 bit system.")
setup.py
@@ -8,7 +8,7 @@
8
9
setuptools.setup(
10
name="fmskill",
11
- version="0.5.dev2",
+ version="0.4.2",
12
install_requires=[
13
"numpy",
14
"pandas",
0 commit comments