Skip to content

Commit 5f7718c

Browse files
committed
ready for packaging
1 parent 2ce408f commit 5f7718c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

orientpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.0.1'
1+
__version__ = '0.0.2'
22

33
__author__ = 'Pascal Audet'
44

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os.path
33
from os import listdir
44
import re
5-
from numpy.distutils.core import setup
5+
from setuptools import setup
66
from pathlib import Path
77

88

0 commit comments

Comments
 (0)