Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Bump version: 1.6.1 → 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimiter Naydenov committed Oct 29, 2019
1 parent 0ff5892 commit fc6cce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.6.1
current_version = 1.6.2
commit = True
tag = True

Expand All @@ -22,7 +22,6 @@ max-line-length = 99
max-line-length = 99

[aliases]
# Define setup.py command aliases here
test = pytest

[tool:pytest]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/dimitern/xmlstarlet",
version="1.6.1",
version="version='1.6.2'",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion xmlstarlet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__author__ = """Mikhail Grushinskiy"""
__email__ = "mgrouch@users.sourceforge.net"
__version__ = "1.6.1"
__version__ = "__version__ = '1.6.2'"


def _call_main(*args, main_func, escape_flag=-1):
Expand Down

0 comments on commit fc6cce5

Please sign in to comment.