Skip to content

Commit

Permalink
Merge pull request #42 from mortonjt/master
Browse files Browse the repository at this point in the history
Alpha release changes
  • Loading branch information
ElDeveloper committed Aug 23, 2016
2 parents a9c2a36 + e8b8086 commit 52ab4a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gneiss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

__all__ = ['ols', 'mixedlm']

__version__ = "0.0.2"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def finalize_options(self):
extensions = cythonize(extensions)

classes = """
Development Status :: 2 - Pre-Alpha
Development Status :: 3 - Alpha
License :: OSI Approved :: BSD License
Topic :: Software Development :: Libraries
Topic :: Scientific/Engineering
Expand Down

0 comments on commit 52ab4a9

Please sign in to comment.