Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed May 9, 2021
1 parent 8ee7ac0 commit d7a1eb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions coolisf/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
__copyright__ = "Copyright (c) 2014, Le Tuan Anh <[email protected]>"
__credits__ = []
__license__ = "MIT License"
__description__ = "a Python package for providing computational deep semantic analysis by combining structural semantics from construction grammars and ontology-based lexical semantics in a single representation"
__description__ = "A Python 3 implementation of the Integrated Semantic Framework that provides computational deep semantic analysis by combining structural semantics from construction grammars and lexical semantics from ontologies in a single representation."
__url__ = "https://github.com/letuananh/intsem.fx/"
__issue__ = "https://github.com/letuananh/intsem.fx/"
__maintainer__ = "Le Tuan Anh"
__version_major__ = "0.2.3" # follow PEP-0440
__version__ = "{}beta".format(__version_major__)
__version_long__ = "{} - Beta".format(__version_major__)
__version__ = "{}b1".format(__version_major__)
__version_long__ = "{} - Beta 1".format(__version_major__)
__status__ = "4 - Beta"

0 comments on commit d7a1eb4

Please sign in to comment.