Skip to content

Commit 64aae2d

Browse files
committed
Bump version from 0.7.2 to 0.7.3
1 parent cddb5b3 commit 64aae2d

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.cookietemple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ full_name: Victor Giurcoiu
1515
email: victor.giurcoiu@tum.de
1616
project_name: spectrum_fundamentals
1717
project_short_description: Fundamentals public repo
18-
version: 0.7.2
18+
version: 0.7.3
1919
license: MIT

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: "0.7.2 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
2-
tag-template: 0.7.2 # <<COOKIETEMPLE_FORCE_BUMP>>
1+
name-template: "0.7.3 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
2+
tag-template: 0.7.3 # <<COOKIETEMPLE_FORCE_BUMP>>
33
exclude-labels:
44
- "skip-changelog"
55

cookietemple.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.2
2+
current_version = 0.7.3
33

44
[bumpversion_files_whitelisted]
55
init_file = spectrum_fundamentals/__init__.py

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# the built documents.
5353
#
5454
# The short X.Y version.
55-
version = "0.7.2"
55+
version = "0.7.3"
5656
# The full version, including alpha/beta/rc tags.
57-
release = "0.7.2"
57+
release = "0.7.3"
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "spectrum_fundamentals"
3-
version = "0.7.2" # <<COOKIETEMPLE_FORCE_BUMP>>
3+
version = "0.7.3" # <<COOKIETEMPLE_FORCE_BUMP>>
44
description = "Fundamental functions, annotation pipeline and constants for oktoberfest"
55
authors = ["Wilhelmlab at Technical University of Munich"]
66
license = "MIT"

spectrum_fundamentals/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Mario Picciani"
44
__email__ = "mario.picciani@tum.de"
5-
__version__ = "0.7.2"
5+
__version__ = "0.7.3"
66

77
import logging
88
import logging.handlers

spectrum_fundamentals/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
@click.command()
8-
@click.version_option(version="0.7.2", message=click.style("spectrum_fundamentals Version: 0.7.2"))
8+
@click.version_option(version="0.7.3", message=click.style("spectrum_fundamentals Version: 0.7.3"))
99
def main() -> None:
1010
"""spectrum_fundamentals."""
1111

0 commit comments

Comments
 (0)