Skip to content

Commit

Permalink
update to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NHPatterson committed Jul 4, 2024
1 parent f16194e commit 7bc3fb2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
History
=======

0.3.9 (2023-01-10)
0.3.10 (2024-07-04)
---------------------
Use headless opencv

0.3.9 (2024-03-10)
---------------------
Deprecates unused aicsimageio dependency.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.9
current_version = 0.3.10
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/nhpatterson/wsireg',
version='0.3.9',
version='0.3.10',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion wsireg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__author__ = """Nathan Heath Patterson"""
__email__ = '[email protected]'
__version__ = '0.3.9'
__version__ = '0.3.10'

0 comments on commit 7bc3fb2

Please sign in to comment.