Skip to content

Commit

Permalink
fixed version in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpue committed Oct 16, 2023
1 parent 6dee675 commit c32f72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphtransliterator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__author__ = """A. Sean Pue"""
__email__ = "[email protected]"
__version__ = "1.2.3"
__version__ = "1.2.4"

# Core classes
from .core import CoverageTransliterator, GraphTransliterator, GraphTransliteratorSchema
Expand Down

0 comments on commit c32f72a

Please sign in to comment.