We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9c2a36 + e8b8086 commit 52ab4a9Copy full SHA for 52ab4a9
gneiss/__init__.py
@@ -12,4 +12,4 @@
12
13
__all__ = ['ols', 'mixedlm']
14
15
-__version__ = "0.0.2"
+__version__ = "0.1.0"
setup.py
@@ -35,7 +35,7 @@ def finalize_options(self):
35
extensions = cythonize(extensions)
36
37
classes = """
38
- Development Status :: 2 - Pre-Alpha
+ Development Status :: 3 - Alpha
39
License :: OSI Approved :: BSD License
40
Topic :: Software Development :: Libraries
41
Topic :: Scientific/Engineering
0 commit comments