Skip to content

Commit

Permalink
set version to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Oct 24, 2022
1 parent 3137d5f commit b04b6cb
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 @@ -88,9 +88,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.2'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.2'
release = '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 pylustrator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from .lab_colormap import LabColormap
from .helper_functions import loadFigureFromFile as load

__version__ = '1.1.2'
__version__ = '1.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description = (this_directory / "README.md").read_text()

setup(name='pylustrator',
version="1.1.2",
version="1.2",
description='Adds interactivity to arrange panels in matplotlib',
long_description=long_description,
url='https://github.com/rgerum/pylustrator',
Expand Down

0 comments on commit b04b6cb

Please sign in to comment.