Skip to content

Commit

Permalink
Bump version: 0.1.3-alpha → 0.1.3
Browse files Browse the repository at this point in the history
havok2063 committed Apr 4, 2022
1 parent 36bb2dc commit 8212d03
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3-alpha
current_version = 0.1.3
commit = True
tag = False
tag_name = {new_version}
2 changes: 1 addition & 1 deletion boolean_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
from boolean_parser.parsers import SQLAParser


__version__ = '0.1.3-alpha'
__version__ = '0.1.3'


def parse(value, base='sqla'):
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = boolean-parser
version = 0.1.3-alpha
version = 0.1.3
author = Brian Cherinka
author_email = [email protected]
description = Package for parsing strings containing conditional boolean logic

0 comments on commit 8212d03

Please sign in to comment.