Skip to content

Commit

Permalink
set version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Feb 28, 2023
1 parent ab9e3ce commit 52ebb70
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.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.
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.2.1'
__version__ = '1.3.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPLv3"
Expand Down
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.2.1",
version="1.3.0",
description='Adds interactivity to arrange panels in matplotlib',
long_description=long_description,
url='https://github.com/rgerum/pylustrator',
Expand Down

0 comments on commit 52ebb70

Please sign in to comment.