diff --git a/docs/conf.py b/docs/conf.py index 0b2f79e..3b7ed8a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,9 +88,9 @@ # built documents. # # The short X.Y version. -version = '1.2.1' +version = '1.3.0' # The full version, including alpha/beta/rc tags. -release = '1.2.1' +release = '1.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pylustrator/__init__.py b/pylustrator/__init__.py index 0a35af9..207478d 100644 --- a/pylustrator/__init__.py +++ b/pylustrator/__init__.py @@ -25,4 +25,4 @@ from .lab_colormap import LabColormap from .helper_functions import loadFigureFromFile as load -__version__ = '1.2.1' +__version__ = '1.3.0' diff --git a/pyproject.toml b/pyproject.toml index eb26a1a..290ff61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylustrator" -version = "1.2.1" +version = "1.3.0" description = "Adds interactivity to arrange panels in matplotlib." authors = ["rgerum <14153051+rgerum@users.noreply.github.com>"] license = "GPLv3" diff --git a/setup.py b/setup.py index eb959a9..a6abdbd 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ long_description = (this_directory / "README.md").read_text() setup(name='pylustrator', - version="1.2.1", + version="1.3.0", description='Adds interactivity to arrange panels in matplotlib', long_description=long_description, url='https://github.com/rgerum/pylustrator',