We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b43ad6 + 0992038 commit c6da41dCopy full SHA for c6da41d
4 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.1rc1
+current_version = 1.2.1
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.1rc1
+version: v1.2.1
13
date-released: 2024-08-13
docs/conf.py
@@ -8,7 +8,7 @@
8
project = "MUSE"
copyright = "2024, Imperial College London"
author = "Imperial College London"
-release = "1.2.1rc1"
+release = "1.2.1"
version = ".".join(release.split(".")[:2])
14
# -- General configuration ---------------------------------------------------
src/muse/__init__.py
@@ -2,7 +2,7 @@
import os
-VERSION = "1.2.1rc1"
+VERSION = "1.2.1"
6
7
def _create_logger(color: bool = True):
0 commit comments