Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed May 18, 2022
1 parent 4486233 commit 73a8bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name='pyigt',
description="A Python library for handling inter-linear-glossed text.",
version='1.3.0',
version='1.4.0',
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down
2 changes: 1 addition & 1 deletion src/pyigt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .igt import Corpus, IGT # noqa: F401
from .lgrmorphemes import GlossedWord # noqa: F401

__version__ = '1.3.0'
__version__ = '1.4.0'

0 comments on commit 73a8bcf

Please sign in to comment.