Skip to content

Commit 4e794af

Browse files
committed
bump version 2.7.7
1 parent 8e70dfe commit 4e794af

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
[tool.poetry]
22
name = "tidy3d"
3-
version = "2.7.6"
3+
version = "2.7.7"
44
description = "A fast FDTD solver"
55
authors = ["Tyler Hughes <[email protected]>"]
66
license = "LGPLv2+"
@@ -272,7 +272,7 @@ testpaths = ["tidy3d", "tests", "docs"]
272272
python_files = "*.py"
273273

274274
[tool.bumpversion]
275-
current_version = "2.7.6"
275+
current_version = "2.7.7"
276276
parse = """(?x)
277277
(?P<major>0|[1-9]\\d*)\\.
278278
(?P<minor>0|[1-9]\\d*)\\.

tidy3d/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""DO NOT EDIT: Modified automatically with .bump2version.cfg"""
22

3-
__version__ = "2.7.6"
3+
__version__ = "2.7.7"

0 commit comments

Comments
 (0)