Skip to content

Commit

Permalink
Bump version: 0.7.7 → 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pjwerneck committed Oct 24, 2023
1 parent fbe65ed commit a2af813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 0.7.7
current_version = 0.7.8
commit = True
tag = True

[bumpversion:file:pyrql/__init__.py]

[bumpversion:file:pyproject.toml]

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "pyrql"
version = "0.7.7"
version = "0.7.8"
description = "RQL parsing"
authors = ["Pedro Werneck <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyrql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pyrql.unparser import Unparser

__title__ = "pyrql"
__version__ = "0.7.7"
__version__ = "0.7.8"
__author__ = "Pedro Werneck"
__license__ = "MIT"

Expand Down

0 comments on commit a2af813

Please sign in to comment.