Skip to content

Commit

Permalink
Version bump to 0.0.1 for initial PyPI release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dekked committed Oct 10, 2017
1 parent 1575bd7 commit 32c7b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luminoth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from luminoth.cli import cli # noqa

__version__ = '0.0.1.dev1'
__version__ = '0.0.1'

__title__ = 'Luminoth'
__description__ = 'Computer vision toolkit based on TensorFlow'
__uri__ = 'http://luminoth.ai'
__uri__ = 'https://luminoth.ai'
__doc__ = __description__ + ' <' + __uri__ + '>'

__author__ = 'Tryolabs'
Expand Down

0 comments on commit 32c7b91

Please sign in to comment.