We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236af71 commit 125a06aCopy full SHA for 125a06a
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.2
+current_version = 0.6.3
3
commit = True
4
tag = True
5
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name='slr-parser',
8
- version='0.6.2',
+ version='0.6.3',
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.2'
+__version__ = '0.6.3'
0 commit comments