Skip to content

Commit

Permalink
Bump version: 1.2.1 → 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spumer committed Dec 24, 2021
1 parent f165f18 commit 0289776
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 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.1
current_version = 1.2.2
commit = True
tag = True

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 = "sqredirect"
version = "1.2.1"
version = "1.2.2"
description = ""
readme = 'README.md'
authors = ["spumer <spumer-tm@yandex.ru>"]
Expand Down
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@
setup(
long_description=readme,
name='sqredirect',
version='1.2.1',
version='1.2.2',
python_requires='==3.*,>=3.6.0',
author='spumer',
author_email='spumer-tm@yandex.ru',
entry_points={"console_scripts": ["sqredirect = sqredirect.redirect:sqredirect"]},
entry_points={'console_scripts': ['sqredirect = sqredirect.redirect:sqredirect']},
packages=['sqredirect'],
package_dir={"": "."},
package_data={"sqredirect": ["*.c", "*.h"]},
package_data={'sqredirect': ['*.c', '*.h']},
install_requires=['py2-ipaddress==3.*,>=3.4.2; python_version == "2.*" and python_version >= "2.7.0"', 'pyroute2>=0.4'],
extras_require={"dev": ["bumpversion==0.*,>=0.6.0", "pytest==6.*,>=6.2.2"]},
extras_require={'dev': ['bumpversion==0.*,>=0.6.0', 'dephell==0.7.3', 'mistune<2.0.0', 'pytest==6.*,>=6.2.2']},
)
2 changes: 1 addition & 1 deletion sqredirect/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.1'
__version__ = '1.2.2'

0 comments on commit 0289776

Please sign in to comment.