Skip to content

Commit

Permalink
Bump version: 1.2.2 → 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpue committed Oct 9, 2023
1 parent 09f7cef commit de4422d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion graphtransliterator/__init__.py
Expand Up @@ -16,7 +16,7 @@

__author__ = """A. Sean Pue"""
__email__ = "pue@msu.edu"
__version__ = "1.2.2"
__version__ = "1.2.3"

# Core classes
from .core import CoverageTransliterator, GraphTransliterator, GraphTransliteratorSchema
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.2
current_version = 1.2.3
commit = True
tag = True

Expand All @@ -13,10 +13,9 @@ replace = __version__ = "{new_version}"

[flake8]
exclude = docs
max-line-length: 88
max-line-length = 88

[aliases]
test = pytest

[tool:pytest]

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,6 +46,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/seanpue/graphtransliterator",
version="1.2.2",
version="1.2.3",
zip_safe=False,
)

0 comments on commit de4422d

Please sign in to comment.