Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyvn committed Oct 24, 2024
1 parent ca61db4 commit 7b38aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.3.0"
current_version = "0.3.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion include/mitsuba/mitsuba.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define ERD_MI_VERSION_MAJOR 0
#define ERD_MI_VERSION_MINOR 3
#define ERD_MI_VERSION_PATCH 0
#define ERD_MI_VERSION_PATCH 1

/// Current release of the Eradiate patch for Mitsuba
#define ERD_MI_VERSION \
Expand Down

0 comments on commit 7b38aaf

Please sign in to comment.