Skip to content

Commit 19b3c52

Browse files
authored
Merge pull request #19 from Imageomics/release-pypi
Prep to release on pypi
2 parents 25ceb08 + 2f36ef8 commit 19b3c52

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Command line tool and python package to simplify using [BioCLIP](https://imageom
2323
## Installation
2424

2525
```console
26-
pip install git+https://github.com/Imageomics/pybioclip
26+
pip install pybioclip
2727
```
2828

2929
If you have any issues with installation, please first upgrade pip by running `pip install --upgrade pip`.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
{ name = "John Bradley", email = "[email protected]" },
1818
]
1919
classifiers = [
20-
"Development Status :: 4 - Beta",
20+
"Development Status :: 5 - Production/Stable",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",
@@ -30,7 +30,6 @@ dependencies = [
3030
'open_clip_torch',
3131
'torchvision',
3232
'torch',
33-
'docopt-ng',
3433
'prettytable',
3534
'pandas',
3635
]

src/bioclip/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2024-present John Bradley <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.0.1"
4+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)