Skip to content

Commit

Permalink
update setup.py and version file
Browse files Browse the repository at this point in the history
  • Loading branch information
francescofuggitti committed May 21, 2020
1 parent 3d2b9e6 commit bbe6ce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ltlf2dfa/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

__title__ = "ltlf2dfa"
__description__ = "LTLf and PLTLf to Deterministic Finite-state Automata (DFA)"
__url__ = "https://github.com/francescofuggitti/ltlf2dfa.git"
__version__ = "0.3.0"
__url__ = "https://github.com/whitemech/ltlf2dfa.git"
__version__ = "1.0.0"
__author__ = "Francesco Fuggitti"
__author_email__ = "fuggitti@eecs.yorku.ca"
__license__ = "MIT License"
__copyright__ = "2019 Francesco Fuggitti"
__license__ = "GNU Lesser General Public License"
__copyright__ = "2018-2020 WhiteMech"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Education',
'License :: OSI Approved :: GNU General Public License',
'License :: OSI Approved :: GNU Lesser General Public License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit bbe6ce4

Please sign in to comment.