Skip to content

Commit

Permalink
Update setup.py for PyPI and docs/source/conf.py for readTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
j.schoenau committed Aug 10, 2021
1 parent 3406d54 commit bdda748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.0'
version = '1.1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='tsam',
version='1.1.0',
version='1.1.1',
author='Leander Kotzur, Maximilian Hoffmann',
author_email='l.kotzur@fz-juelich.de, max.hoffmann@fz-juelich.de',
description='Time series aggregation module (tsam) to create typical periods',
Expand Down

0 comments on commit bdda748

Please sign in to comment.