Skip to content

Commit 7a5b631

Browse files
committed
Fix current source versions to 1.0.11
1 parent 6cb3142 commit 7a5b631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10"
27+
__version__ = "1.0.11"
2828

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

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.10',
6+
version='1.0.11',
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)