We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343995a commit 0992038Copy full SHA for 0992038
4 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.0rc4
+current_version = 1.2.0
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.0rc4
+version: v1.2.0
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.0rc4"
+release = "1.2.0"
version = ".".join(release.split(".")[:2])
14
# -- General configuration ---------------------------------------------------
src/muse/__init__.py
@@ -2,7 +2,7 @@
import os
-VERSION = "1.2.0rc4"
+VERSION = "1.2.0"
6
7
def _create_logger(color: bool = True):
0 commit comments