Skip to content

Commit

Permalink
Change version to 0.9.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed Aug 9, 2023
1 parent 70a517f commit dfff8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metacells/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = "Oren Ben-Kiki"
__email__ = "[email protected]"
__version__ = "0.9.1-dev"
__version__ = "0.9.1"

if "sphinx" not in sys.argv[0]:
from .should_check_avx2 import SHOULD_CHECK_AVX2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@
tests_require=test_requirements,
extras_require={"dev": dev_requirements},
url="https://github.com/tanaylab/metacells.git",
version="0.9.1-dev",
version="0.9.1",
)

0 comments on commit dfff8be

Please sign in to comment.