Skip to content

Commit b1f165e

Browse files
committed
Bump version: 0.6.5 → 0.7.0
1 parent 329b4ee commit b1f165e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.5
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='slr-parser',
8-
version='0.6.5',
8+
version='0.7.0',
99
author='Vipul Gharde',
1010
authon_email='vipul.gharde@gmail.com',
1111
description='Implementation of Simple LR (SLR) Parser for educational purposes.',

slr_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.5'
1+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)