Skip to content

Commit

Permalink
Version 0.2 for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Maahn committed May 21, 2018
1 parent 05ed46c commit 551d554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
long_description=open('README.md').read(),
author_email="[email protected]",
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit 551d554

Please sign in to comment.