Skip to content

Commit cd3d5af

Browse files
committed
2 parents 2804bae + 2bcbca3 commit cd3d5af

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 = "duhast"
3-
version = "1.2.1a1"
3+
version = "1.2.1a3"
44
description = "Sample code for Revit batch processing and the Revit API."
55
authors = [{name = "duhast", email = "[email protected]"}]
66
readme = "README.md"
@@ -25,7 +25,7 @@ duHast = ["lib/*.dll"]
2525
license-files = []
2626

2727
[tool.bumpver]
28-
current_version = "1.2.1a1"
28+
current_version = "1.2.1a3"
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 = duhast
8-
version = .1.2.1a2a1
8+
version = 1.2.1a3
99
author = Jan Christel
1010
author_email = [email protected]
1111
description = Revit API sample snippets and Revit Batch Processor flows.

0 commit comments

Comments
 (0)