File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " openfloor"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " A Python implementation of the Open Floor specification for interoperable conversational environments"
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -100,7 +100,7 @@ python_files = ["test_*.py"]
100100addopts = " -v --cov=python/src --cov-report=term-missing"
101101
102102[tool .bumpver ]
103- current_version = " 0.1.1 "
103+ current_version = " 0.1.2 "
104104version_pattern = " MAJOR.MINOR.PATCH"
105105commit_message = " Bump version {old_version} -> {new_version}"
106106tag_message = " {new_version}"
Original file line number Diff line number Diff line change 55from .json_serializable import *
66from .agent import *
77
8- __version__ = "0.1.1 "
8+ __version__ = "0.1.2 "
99__author__ = "David Attwater"
1010
1111__all__ = [
Original file line number Diff line number Diff line change 1- __version__ = "0.1.1 "
1+ __version__ = "0.1.2 "
You can’t perform that action at this time.
0 commit comments