Skip to content

Commit

Permalink
anaflow: last fixes for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Apr 26, 2018
1 parent 17ff850 commit f7ac4c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion anaflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"diskmodel",
"stehfest"]

__version__ = '0.2.1'
__version__ = '0.2.2'
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
readme = open('LICENSE').read()

CLASSIFIERS = """\
Development Status :: 5 - alpha
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: Science/Research
Expand All @@ -43,7 +43,7 @@

MAJOR = 0
MINOR = 2
MICRO = 1
MICRO = 2
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand All @@ -52,11 +52,11 @@
name='anaflow',
version=VERSION,
maintainer="Sebastian Mueller",
maintainer_email="sebastian.mueller (at) ufz (dot) de",
maintainer_email="sebastian.mueller@ufz.de",
description=DOCLINES[0],
long_description=readme,
author="Sebastian Mueller",
author_email="sebastian.mueller (at) ufz (dot) de",
author_email="sebastian.mueller@ufz.de",
license='LGPL - see LICENSE',
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
platforms=["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
Expand Down

0 comments on commit f7ac4c7

Please sign in to comment.