Skip to content

Commit 551d554

Browse files
author
Maximilian Maahn
committed
Version 0.2 for pypi
1 parent 05ed46c commit 551d554

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.1dev'
51+
version = '0.2dev'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.1dev'
53+
release = '0.2dev'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@
3131
if __name__ == "__main__":
3232
setup(
3333
name='pyOptimalEstimation',
34-
version='0.1dev',
34+
version='0.2dev',
3535
packages=['pyOptimalEstimation',],
3636
license='GNU General Public License 3',
3737
author="Maximilian Maahn",
38-
author_email="mmaahn@meteo.uni-koeln.de",
39-
long_description=open('README.md').read(),
38+
author_email="maximilian.maahn@colorado.edu",
4039
classifiers=[
4140
"Development Status :: 4 - Beta",
4241
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

0 commit comments

Comments
 (0)