Skip to content

Commit d0a1a5f

Browse files
committed
Bump version: 0.6.3 → 0.6.4
1 parent 27f815f commit d0a1a5f

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

0 commit comments

Comments
 (0)