Skip to content

Commit

Permalink
Update setup.py and conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoCimmino committed Jan 21, 2021
1 parent a9fe0fa commit b1afeea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# The short X.Y version.
version = u'1.1'
# The full version, including alpha/beta/rc tags.
release = u'1.1.1'
release = u'1.1.2'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="pygfunction",
version="1.1.1",
version="1.1.2",
packages=['pygfunction',
'pygfunction/examples'],
include_package_data=True,
Expand Down

0 comments on commit b1afeea

Please sign in to comment.