Skip to content

Commit

Permalink
Bump version from 0.3.3 to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Nov 10, 2023
1 parent adeb06d commit e544c1b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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: Mario Picciani
email: mario.picciani@tum.de
project_name: spectrum_io
project_short_description: IO related functionalities for oktoberfest.
version: 0.3.3
version: 0.3.4
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.3.3 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.3.3 # <<COOKIETEMPLE_FORCE_BUMP>>
name-template: "0.3.4 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.3.4 # <<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.3.3
current_version = 0.3.4

[bumpversion_files_whitelisted]
init_file = spectrum_io/__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 @@ -53,9 +53,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.3.3"
version = "0.3.4"
# The full version, including alpha/beta/rc tags.
release = "0.3.3"
release = "0.3.4"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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 = "spectrum_io"
version = "0.3.3" # <<COOKIETEMPLE_FORCE_BUMP>>
version = "0.3.4" # <<COOKIETEMPLE_FORCE_BUMP>>
description = "IO related functionalities for oktoberfest."
authors = ["Mario Picciani <mario.picciani@tum.de>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion spectrum_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Mario Picciani"
__email__ = "mario.picciani@tum.de"
__version__ = "0.3.3"
__version__ = "0.3.4"

import logging
import logging.handlers
Expand Down
2 changes: 1 addition & 1 deletion spectrum_io/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


@click.command()
@click.version_option(version="0.3.3", message=click.style("spectrum_io Version: 0.3.3"))
@click.version_option(version="0.3.4", message=click.style("spectrum_io Version: 0.3.4"))
def main() -> None:
"""spectrum_io."""

Expand Down

0 comments on commit e544c1b

Please sign in to comment.