Skip to content

Commit

Permalink
Bump version: 1.2.11 → 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-rivera committed Feb 7, 2023
1 parent 3872c81 commit 764c2ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.11
current_version = 1.2.12
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

sys.path.insert(0, os.path.abspath('../../'))

__version__ = '1.2.11'
__version__ = '1.2.12'

project = 'pydeflate'
copyright = '2022, Jorge Rivera'
Expand Down
2 changes: 1 addition & 1 deletion pydeflate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = """Jorge Rivera"""
__email__ = "[email protected]"
__version__ = '1.2.11'
__version__ = '1.2.12'


from pydeflate.deflate.deflate import deflate
Expand Down
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 = "pydeflate"
version = "1.2.11"
version = "1.2.12"
homepage = "https://github.com/jm-rivera/pydeflate"
description = "Package to convert current prices figures to constant prices and vice versa"
readme = "README.rst"
Expand Down

0 comments on commit 764c2ec

Please sign in to comment.