Skip to content

Commit

Permalink
bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SCMusson committed Jul 21, 2023
1 parent 752837f commit 659ecd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
pyx_files.append(f'{package_path}{os.sep}{file}')
setup(
name = 'biobox',
version='1.1.2',
version='1.1.3',
include_dirs=[np.get_include()],
ext_modules=cythonize(
pyx_files,#"*.pyx",
Expand Down
2 changes: 1 addition & 1 deletion src/biobox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Author : Matteo Degiacomi, [email protected]

__author__ = "Matteo T. Degiacomi ($Author: matteo.degiacomi $)"
__version__ = '1.1.2'
__version__ = '1.1.3'
__date__ = '$Date: 2023-06-20 $'

name = 'biobox'
Expand Down

0 comments on commit 659ecd7

Please sign in to comment.