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.2 "
7+ version = " 0.1.1 "
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.2 "
103+ current_version = " 0.1.1 "
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 @@ -7,6 +7,7 @@ DRY_RUN=0
77build_package () {
88 echo " Building package..."
99 python3 -m pip install --upgrade build
10+ rm -rf dist/ build/ * .egg-info/
1011 python3 -m build
1112}
1213
You can’t perform that action at this time.
0 commit comments