Skip to content

Commit

Permalink
Bump version: 0.8.0-dev.1 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed Apr 3, 2022
1 parent 3a66a41 commit 7bee5e8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Metacells 0.8.0-dev.1 - Single-cell RNA Sequencing Analysis
Metacells 0.8.0 - Single-cell RNA Sequencing Analysis
===========================================================

.. image:: https://readthedocs.org/projects/metacells/badge/?version=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.8.0-dev.1"
version = "0.8.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Metacells 0.8.0-dev.1 Documentation
Metacells 0.8.0 Documentation
=============================

.. toctree::
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.8.0-dev.1"
__version__ = "0.8.0"

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

0 comments on commit 7bee5e8

Please sign in to comment.