Skip to content

Commit

Permalink
Bump to 0.9.47
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Nov 20, 2023
1 parent a95a95d commit 5469296
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.46"
#define GDSTK_VERSION "0.9.47"

// 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.46"
version = "0.9.47"
authors = [{name = "Lucas H. Gabrielli", email = "heitzmann@gmail.com"}]
description = "Python module for creation and manipulation of GDSII files."
readme = "README.md"
Expand Down Expand Up @@ -62,7 +62,7 @@ message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

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

0 comments on commit 5469296

Please sign in to comment.