Skip to content

Commit

Permalink
Set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jan 21, 2018
1 parent eafa556 commit 8c063a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
from setuptools import setup
import os

# internal modules
import clana

here = os.path.abspath(os.path.dirname(__file__))
try:
# obtain long description from README and CHANGES
Expand All @@ -18,7 +15,7 @@

config = {
'name': 'clana',
'version': clana.__version__,
'version': '0.1.0',
'author': 'Martin Thoma',
'author_email': 'info@martin-thoma.de',
'maintainer': 'Martin Thoma',
Expand All @@ -40,7 +37,7 @@
],
'keywords': ['Machine Learning', 'Data Science'],
'download_url': 'https://github.com/MartinThoma/language-identification',
'classifiers': ['Development Status :: 1 - Planning',
'classifiers': ['Development Status :: 2 - Pre-Alpha',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 8c063a0

Please sign in to comment.