Skip to content

Commit 6b42ec1

Browse files
SaraSara
authored andcommitted
Bump version: 1.0.2 → 1.1.0
1 parent 00e4b35 commit 6b42ec1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.2
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "MUSE"
1010
copyright = "2022, Sustainable Gas Institute"
1111
author = "Imperial College London"
12-
release = "1.0.2"
12+
release = "1.1.0"
1313
version = ".".join(release.split(".")[:2])
1414

1515
# -- General configuration ---------------------------------------------------

src/muse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""MUSE model"""
22
import os
33

4-
VERSION = "1.0.2"
4+
VERSION = "1.1.0"
55

66

77
def _create_logger(color: bool = True):

0 commit comments

Comments
 (0)