Skip to content

Commit

Permalink
Bump version to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Apr 30, 2024
1 parent 7a5b631 commit 7971b64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nose2pytest/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from fissix.pgen2 import token
from fissix.fixer_util import parenthesize

__version__ = "1.0.11"
__version__ = "1.0.12"

log = logging.getLogger('nose2pytest')

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[bumpversion]
files = setup.py nose2pytest/script.py
files = setup.py nose2pytest/script.py
current_version = 1.0.12
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='nose2pytest',
version='1.0.11',
version='1.0.12',
packages=['nose2pytest'],
long_description=open('README.rst', encoding="UTF-8").read(),
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 7971b64

Please sign in to comment.