Skip to content

Commit

Permalink
Bump to 0.9.43
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Oct 9, 2023
1 parent 945f94a commit fc52962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/gdstk/gdstk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LICENSE file or <http://www.boost.org/LICENSE_1_0.txt>
#define __STDC_FORMAT_MACROS 1
#define _USE_MATH_DEFINES

#define GDSTK_VERSION "0.9.42"
#define GDSTK_VERSION "0.9.43"

// If GDSTK_CUSTOM_ALLOCATOR is defined, the user must supply implementations
// for the following dynamic memory management functions:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gdstk"
version = "0.9.42"
version = "0.9.43"
authors = [{name = "Lucas H. Gabrielli", email = "[email protected]"}]
description = "Python module for creation and manipulation of GDSII files."
readme = "README.md"
Expand Down Expand Up @@ -61,7 +61,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[tool.tbump.version]
current = "0.9.42"
current = "0.9.43"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit fc52962

Please sign in to comment.