Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Sep 29, 2023
1 parent 35b5c83 commit 3b59bde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<a href="https://datagnosis.readthedocs.io/en/latest/?badge=latest">
<img src="https://readthedocs.org/projects/datagnosis/badge/?version=latest">
</a>
<a href="https://badge.fury.io/py/datagnosis">
<img src="https://badge.fury.io/py/datagnosis.svg" alt="PyPI version" height="18">
</a>
<a href="https://github.com/vanderschaarlab/datagnosis/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg">
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/datagnosis/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.2"
__version__ = "0.0.3"

MAJOR_VERSION = ".".join(__version__.split(".")[:-1])
PATCH_VERSION = __version__.split(".")[-1]

0 comments on commit 3b59bde

Please sign in to comment.