Skip to content

Commit

Permalink
update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PingjunChen committed Apr 2, 2023
1 parent 15b3f41 commit 0d0ef88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To install pyslide, apt dependences before pip:
sudo apt-get install openslide-tools
sudo apt-get install libgeos-dev
pip install -r requirements.txt
pip install pyslide==0.4.5
pip install pyslide==0.5.0
```

Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

PKG_NAME = "pyslide"
VERSION = "0.4.6"
VERSION = "0.5.0"
DESCRIPTION = "Python whole slide image analysis toolkit"
HOMEPAGE = "https://github.com/PingjunChen/pyslide"
LICENSE = "MIT"
Expand Down

0 comments on commit 0d0ef88

Please sign in to comment.