Skip to content

Commit

Permalink
ready for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
paudetseis committed Jan 30, 2025
1 parent 2ce408f commit 5f7718c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orientpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1'
__version__ = '0.0.2'

__author__ = 'Pascal Audet'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 5f7718c

Please sign in to comment.