Skip to content

Commit

Permalink
updates to versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mvinyard committed Jun 22, 2023
1 parent b7b8956 commit bffbb87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Create [`PyTorch Datasets`](https://pytorch.org/tutorials/beginner/basics/data_t

## Installation

Install from PYPI (current version: **[`0.0.23`](https://pypi.org/project/torch-adata/)**):
Install from PYPI (current version: **[`0.0.24`](https://pypi.org/project/torch-adata/)**):
```BASH
pip install torch-adata
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# -- run setup: ----------------------------------------------------------------
setuptools.setup(
name="torch-adata",
version="0.0.24rc1",
version="0.0.24rc2",
python_requires=">3.9.0",
author="Michael E. Vinyard",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion torch_adata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# -- specify package version: --------------------------------------------------
__version__ = "0.0.24rc1"
__version__ = "0.0.24rc2"


# -- import modules: -----------------------------------------------------------
Expand Down

0 comments on commit bffbb87

Please sign in to comment.