Skip to content

Commit 52ab4a9

Browse files
authored
Merge pull request #42 from mortonjt/master
Alpha release changes
2 parents a9c2a36 + e8b8086 commit 52ab4a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gneiss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
__all__ = ['ols', 'mixedlm']
1414

15-
__version__ = "0.0.2"
15+
__version__ = "0.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def finalize_options(self):
3535
extensions = cythonize(extensions)
3636

3737
classes = """
38-
Development Status :: 2 - Pre-Alpha
38+
Development Status :: 3 - Alpha
3939
License :: OSI Approved :: BSD License
4040
Topic :: Software Development :: Libraries
4141
Topic :: Scientific/Engineering

0 commit comments

Comments
 (0)