We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f815f commit d0a1a5fCopy full SHA for d0a1a5f
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.3
+current_version = 0.6.4
3
commit = True
4
tag = True
5
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name='slr-parser',
8
- version='0.6.3',
+ version='0.6.4',
9
author='Vipul Gharde',
10
authon_email='vipul.gharde@gmail.com',
11
description='Implementation of Simple LR (SLR) Parser for educational purposes.',
slr_parser/__init__.py
@@ -1 +1 @@
-__version__ = '0.6.3'
+__version__ = '0.6.4'
0 commit comments