Skip to content

Commit

Permalink
Bump version: 0.1.1-alpha → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Nov 13, 2020
1 parent 3ca8b05 commit f468f3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1-alpha
current_version = 0.1.1
commit = True
tag = False
tag_name = {new_version}
Expand All @@ -17,3 +17,4 @@ values =
[bumpversion:file:setup.cfg]

[bumpversion:file:boolean_parser/__init__.py]

2 changes: 1 addition & 1 deletion boolean_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boolean_parser.parsers import SQLAParser


__version__ = '0.1.1-alpha'
__version__ = '0.1.1'


def parse(value, base='sqla'):
Expand Down
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.1-alpha
version = 0.1.1
author = Brian Cherinka
author_email = [email protected]
description = Package for parsing strings containing conditional boolean logic
Expand Down

0 comments on commit f468f3e

Please sign in to comment.