Skip to content

Commit 736aac4

Browse files
committed
Bump version 0.1.1 -> 0.1.2
1 parent 1b8f75f commit 736aac4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openfloor"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "A Python implementation of the Open Floor specification for interoperable conversational environments"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -100,7 +100,7 @@ python_files = ["test_*.py"]
100100
addopts = "-v --cov=python/src --cov-report=term-missing"
101101

102102
[tool.bumpver]
103-
current_version = "0.1.1"
103+
current_version = "0.1.2"
104104
version_pattern = "MAJOR.MINOR.PATCH"
105105
commit_message = "Bump version {old_version} -> {new_version}"
106106
tag_message = "{new_version}"

python/src/openfloor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .json_serializable import *
66
from .agent import *
77

8-
__version__ = "0.1.1"
8+
__version__ = "0.1.2"
99
__author__ = "David Attwater"
1010

1111
__all__ = [

python/src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)