Skip to content

Commit

Permalink
Bump version from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson committed Aug 7, 2023
1 parent 3fa6d1b commit 15d41f1
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 @@ -15,5 +15,5 @@ full_name: Lukas Heumos
email: [email protected]
project_name: pertpy
project_short_description: Perturbation Analysis in the Scanpy ecosystem.
version: 0.5.0
version: 0.6.0
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.5.0 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.5.0 # <<COOKIETEMPLE_FORCE_BUMP>>
name-template: "0.6.0 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.6.0 # <<COOKIETEMPLE_FORCE_BUMP>>
exclude-labels:
- "skip-changelog"

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.5.0
current_version = 0.6.0

[bumpversion_files_whitelisted]
init_file = pertpy/__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 = "pertpy"

version = "0.5.0"
release = "0.5.0"
version = "0.6.0"
release = "0.6.0"

extensions = [
"myst_parser",
Expand Down
2 changes: 1 addition & 1 deletion pertpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Lukas Heumos"
__email__ = "[email protected]"
__version__ = "0.5.0"
__version__ = "0.6.0"

import warnings

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 = "pertpy"
version = "0.5.0" # <<COOKIETEMPLE_FORCE_BUMP>>
version = "0.6.0" # <<COOKIETEMPLE_FORCE_BUMP>>
description = "Perturbation Analysis in the scverse ecosystem."
authors = ["Lukas Heumos <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 15d41f1

Please sign in to comment.