We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7b7f1 commit 62e7477Copy full SHA for 62e7477
4 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.2
+current_version = 1.2.3
3
commit = True
4
tag = True
5
CITATION.cff
@@ -9,5 +9,5 @@ authors:
9
given-names: Adam
10
11
title: MUSE_OS
12
-version: v1.2.2
13
-date-released: 2024-08-13
+version: v1.2.3
+date-released: 2024-11-19
docs/conf.py
@@ -8,7 +8,7 @@
8
project = "MUSE"
copyright = "2024, Imperial College London"
author = "Imperial College London"
-release = "1.2.2"
+release = "1.2.3"
version = ".".join(release.split(".")[:2])
14
# -- General configuration ---------------------------------------------------
src/muse/__init__.py
@@ -2,7 +2,7 @@
import os
-VERSION = "1.2.2"
+VERSION = "1.2.3"
6
7
def _create_logger(color: bool = True):
0 commit comments