Skip to content

Commit

Permalink
bumped version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimy-byerley committed Feb 10, 2022
1 parent ffb996c commit 4be8269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
setup(
# package declaration
name = 'arrex',
version = '0.3',
version = '0.3.1',
python_requires='>=3.8',
tests_require = [
'pnprint>=1.0',
'pnprint>=1.1',
'pyglm>=1.2',
'numpy>=1.1',
],

# sources declaration
packages = ["arrex"],
package_data = {
"arrex": ['*.h', '*.c', '*.cpp', '*.pyx'],
"arrex": ['*.h', '*.c', '*.cpp', '*.pyx', '*.pxd'],
'': ['COPYING', 'COPYING.LESSER', 'README'],
},
ext_modules = cython_modules,
Expand Down

0 comments on commit 4be8269

Please sign in to comment.