Skip to content

Commit a9fee60

Browse files
committed
Update version to v0.1.0a5 and rebuild docs
1 parent 684a53f commit a9fee60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "duHast8"
3-
version = "0.1.0a4"
3+
version = "0.1.0a5"
44
description = "Sample code for Revit batch processing and the Revit API."
55
authors = [{name = "Jan Christel", email = "jan.r.christel@gmail.com"}]
66
readme = "README.md"
@@ -25,7 +25,7 @@ duHast = ["lib/*.dll"]
2525
license-files = []
2626

2727
[tool.bumpver]
28-
current_version = "0.1.0a4"
28+
current_version = "0.1.0a5"
2929
version_pattern = "MAJOR.MINOR.PATCH"
3030
commit_message = "Bump version {old_version} -> {new_version}"
3131
commit = true

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package_dir =
55

66
[metadata]
77
name = duHast8
8-
version = 0.1.0a4
8+
version = 0.1.0a5
99
author = Jan Christel
1010
author_email = jan.r.christel@gmail.com
1111
description = Revit API sample snippets and Revit Batch Processor flows.

0 commit comments

Comments
 (0)