Skip to content

Commit 588598d

Browse files
committed
version
1 parent 048d56c commit 588598d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# [Changelog](https://keepachangelog.com/en/1.0.0/)
22

3+
## 1.3.1
4+
5+
- better exponential size field [PR#82](https://github.com/simbilod/meshwell/pull/82)
6+
37
## 1.3.0
48

59
- major refactoring or ResolutionSpec; split into ConstantInField, ThresholdField, and new ExponentialField [PR#80](https://github.com/simbilod/meshwell/pull/80)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.11",
1515
"Operating System :: OS Independent",
1616
]
17-
version="1.3.0"
17+
version="1.3.1"
1818
authors = [
1919
{name = "Simon Bilodeau", email = "sb30@princeton.edu"},
2020
]

0 commit comments

Comments
 (0)