Skip to content

Commit dde2173

Browse files
committed
Bump version: 0.6.0 → 0.6.1
1 parent ffd55c4 commit dde2173

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.6.0
2+
current_version = 0.6.1
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.6.0',
8+
version='0.6.1',
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.6.0'
1+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)