Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Feb 17, 2020
1 parent 472daf4 commit 397f103
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='0.2.1.dev0',
version='1.0.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,3 +1,3 @@
from .igt import Corpus # noqa: F401

__version__ = '0.2.1.dev0'
__version__ = '1.0.0'

0 comments on commit 397f103

Please sign in to comment.