Skip to content

Commit 7971b64

Browse files
committed
Bump version to 1.0.12
1 parent 7a5b631 commit 7971b64

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

nose2pytest/script.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from fissix.pgen2 import token
2525
from fissix.fixer_util import parenthesize
2626

27-
__version__ = "1.0.11"
27+
__version__ = "1.0.12"
2828

2929
log = logging.getLogger('nose2pytest')
3030

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[bumpversion]
2-
files = setup.py nose2pytest/script.py
2+
files = setup.py nose2pytest/script.py
3+
current_version = 1.0.12

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='nose2pytest',
6-
version='1.0.11',
6+
version='1.0.12',
77
packages=['nose2pytest'],
88
long_description=open('README.rst', encoding="UTF-8").read(),
99
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)