From 551d554ee26e22a75b2b38ef7223a34dc2d6d9a6 Mon Sep 17 00:00:00 2001 From: Maximilian Maahn Date: Mon, 21 May 2018 17:26:50 -0600 Subject: [PATCH] Version 0.2 for pypi --- docs/conf.py | 4 ++-- setup.py | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fb5b4f1..4457c97 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '0.1dev' +version = '0.2dev' # The full version, including alpha/beta/rc tags. -release = '0.1dev' +release = '0.2dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index cba8faf..ebdb231 100644 --- a/setup.py +++ b/setup.py @@ -31,12 +31,11 @@ if __name__ == "__main__": setup( name='pyOptimalEstimation', - version='0.1dev', + version='0.2dev', packages=['pyOptimalEstimation',], license='GNU General Public License 3', author="Maximilian Maahn", - author_email="mmaahn@meteo.uni-koeln.de", - long_description=open('README.md').read(), + author_email="maximilian.maahn@colorado.edu", classifiers=[ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",