Skip to content

Commit e40f290

Browse files
committed
Bump version: 0.3.0 → 0.4.0
1 parent 84ec5c3 commit e40f290

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.3.0
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

setup.py

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

66
setup(
77
name='slr-parser',
8-
version='0.3.0',
8+
version='0.4.0',
99
author='Vipul Gharde',
1010
authon_email='vipul.gharde@gmail.com',
1111
description='Implementation of Simple LR (SLR) Parser for educational purposes.',

slr_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)