diff --git a/orientpy/__init__.py b/orientpy/__init__.py index 7f8fd46..7d468b2 100644 --- a/orientpy/__init__.py +++ b/orientpy/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.1' +__version__ = '0.0.2' __author__ = 'Pascal Audet' diff --git a/setup.py b/setup.py index b1e571e..70d9c04 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os.path from os import listdir import re -from numpy.distutils.core import setup +from setuptools import setup from pathlib import Path