Skip to content

Commit

Permalink
updating setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nirum committed Oct 1, 2018
1 parent 15bd0e5 commit 653b30d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
from setuptools import setup, find_packages

version = '0.2.1'
version = '0.3.0'

install_requires = [i.strip() for i in open("requirements.txt").readlines()]
tests_require = ['nose']
Expand All @@ -20,4 +19,4 @@
'Operating System :: MacOS :: MacOS X',
'Topic :: Scientific/Engineering :: Information Analysis'],
packages=find_packages(),
)
)

0 comments on commit 653b30d

Please # to comment.