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