Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbland committed Nov 19, 2024
1 parent ef7b7f1 commit 62e7477
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.2
current_version = 1.2.3
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ authors:
given-names: Adam

title: MUSE_OS
version: v1.2.2
date-released: 2024-08-13
version: v1.2.3
date-released: 2024-11-19
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
project = "MUSE"
copyright = "2024, Imperial College London"
author = "Imperial College London"
release = "1.2.2"
release = "1.2.3"
version = ".".join(release.split(".")[:2])

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/muse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

VERSION = "1.2.2"
VERSION = "1.2.3"


def _create_logger(color: bool = True):
Expand Down

0 comments on commit 62e7477

Please sign in to comment.