Skip to content

Commit

Permalink
Bump version to 0.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed Sep 13, 2023
1 parent a52e4f7 commit 94afb3c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Metacells 0.9.3dev - Single-cell RNA Sequencing Analysis
========================================================
Metacells 0.9.3 - Single-cell RNA Sequencing Analysis
=====================================================

.. image:: https://readthedocs.org/projects/metacells/badge/?version=latest
:target: https://metacells.readthedocs.io/en/latest/?badge=latest
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.9.3dev"
version = "0.9.3"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Metacells 0.9.3dev
==================
Metacells 0.9.3
===============

.. toctree::
:titlesonly:
Expand Down
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.3dev"
__version__ = "0.9.3"

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.3dev",
version="0.9.3",
)

0 comments on commit 94afb3c

Please sign in to comment.