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