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