Skip to content

Commit 88e05f4

Browse files
committed
release testpypi 0.1.2
1 parent 736aac4 commit 88e05f4

2 files changed

Lines changed: 3 additions & 2 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.2"
7+
version = "0.1.1"
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.2"
103+
current_version = "0.1.1"
104104
version_pattern = "MAJOR.MINOR.PATCH"
105105
commit_message = "Bump version {old_version} -> {new_version}"
106106
tag_message = "{new_version}"

testpypi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ DRY_RUN=0
77
build_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

0 commit comments

Comments
 (0)