Skip to content

Commit 7ad8fd4

Browse files
committed
Bump version: 0.4.10 → 0.4.11
1 parent b2a2bf1 commit 7ad8fd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

learnregex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = """Sophilabs"""
1010
__email__ = 'hi@sophilabs.co'
11-
__version__ = '0.4.10'
11+
__version__ = '0.4.11'
1212

1313

1414
class Story(BaseStory):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.10
2+
current_version = 0.4.11
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='learnregex',
14-
version='0.4.10',
14+
version='0.4.11',
1515
description='A pyschool story for learning regular expressions.',
1616
long_description=readme + '\n\n' + history,
1717
author='Sophilabs',

0 commit comments

Comments
 (0)