Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Bump version from 0.12.2 to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson committed Jun 12, 2023
1 parent 50950e7 commit cec51ae
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cookietemple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ email: lukas.heumos@posteo.net
project_name: sc-toolbox
project_short_description: A collection of project templates and useful code snippets
for single-cell data analysis with Scanpy.
version: 0.12.2
version: 0.12.3
license: MIT
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: "0.12.2 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.12.2 # <<COOKIETEMPLE_FORCE_BUMP>>
name-template: "0.12.3 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.12.3 # <<COOKIETEMPLE_FORCE_BUMP>>
categories:
- title: "🚀 Features"
labels:
Expand Down
2 changes: 1 addition & 1 deletion cookietemple.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.2
current_version = 0.12.3

[bumpversion_files_whitelisted]
init_file = sc_toolbox/__init__.py
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
author = "Lukas Heumos"
github_repo = "sc_toolbox"

version = "0.12.2"
release = "0.12.2"
version = "0.12.3"
release = "0.12.3"

extensions = [
"myst_parser",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sc-toolbox"
version = "0.12.2" # <<COOKIETEMPLE_FORCE_BUMP>>
version = "0.12.3" # <<COOKIETEMPLE_FORCE_BUMP>>
description = "A collection of project templates and useful code snippets for single-cell data analysis with Scanpy."
authors = ["Lukas Heumos <lukas.heumos@posteo.net>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sc_toolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Lukas Heumos"
__email__ = "lukas.heumos@posteo.net"
__version__ = "0.12.2"
__version__ = "0.12.3"

from pypi_latest import PypiLatest

Expand Down

0 comments on commit cec51ae

Please sign in to comment.