Skip to content

Commit

Permalink
🔖 Bump Version: v0.1.0 → v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John-P committed Mar 22, 2022
1 parent 3d0d597 commit 57b08db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ History
------------------

* First release on PyPI.

0.2.0 (2022-03-22)
------------------

* Add Support To Read DICOM WSI and transform to zarr.
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.1.0
current_version = 0.2.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
tests_require=test_requirements,
extras_require=extra_requirements,
url="https://github.com/john-p/wsic",
version="0.1.0",
version="0.2.0",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion wsic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """John Pocock"""
__email__ = "[email protected]"
__version__ = "0.1.0"
__version__ = "0.2.0"

from . import codecs, magic, readers, types, writers

Expand Down

0 comments on commit 57b08db

Please sign in to comment.