Skip to content

Commit

Permalink
Ready to publish a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugarosa committed Dec 2, 2020
1 parent 9a57523 commit acf3948
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
author = 'Mateus Roder and Gustavo de Rosa'

# The short X.Y version
version = '1.0.8'
version = '1.1.0'

# The full version, including alpha/beta/rc tags
release = '1.0.8'
release = '1.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion learnergy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
of several modules and sub-modules.
"""

__version__ = '1.0.8'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = f.read()

setup(name='learnergy',
version='1.0.8',
version='1.1.0',
description='Energy-based Machine Learners',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit acf3948

Please sign in to comment.