Skip to content

Commit 63cacd4

Browse files
committed
Bump version: 0.4.5 → 0.4.6
1 parent c3d6908 commit 63cacd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

learnregex/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__author__ = """Sophilabs"""
1010
__email__ = '[email protected]'
11-
__version__ = '0.4.5'
11+
__version__ = '0.4.6'
1212

1313

1414
class Story(BaseStory):

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.5
2+
current_version = 0.4.6
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

0 commit comments

Comments
 (0)