We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a2bf1 commit 7ad8fd4Copy full SHA for 7ad8fd4
learnregex/__init__.py
@@ -8,7 +8,7 @@
8
9
__author__ = """Sophilabs"""
10
__email__ = 'hi@sophilabs.co'
11
-__version__ = '0.4.10'
+__version__ = '0.4.11'
12
13
14
class Story(BaseStory):
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.10
+current_version = 0.4.11
3
commit = True
4
tag = True
5
setup.py
@@ -11,7 +11,7 @@
setup(
name='learnregex',
- version='0.4.10',
+ version='0.4.11',
15
description='A pyschool story for learning regular expressions.',
16
long_description=readme + '\n\n' + history,
17
author='Sophilabs',
0 commit comments