Skip to content

Commit

Permalink
preparing for v 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ducarme committed Feb 12, 2025
1 parent d528151 commit 459aaaa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "springable"
version = "0.1.0"
version = "0.1.1"
authors = [
{name="Paul Ducarme"},
{email="paulducarme@hotmail.com" },
Expand Down Expand Up @@ -34,7 +34,8 @@ exclude = ["springable.dynamics"]


[project.urls]
Homepage = "https://github.com/ducarme/springable"
Homepage = "https://ducarme.github.io/springable/"
Source = "https://github.com/ducarme/springable"
Issues = "https://github.com/ducarme/springable/issues"


Expand Down
4 changes: 2 additions & 2 deletions src/springable/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
__author__ = 'Paul Ducarme'
__credits__ = 'AMOLF, ARCNL'

Expand All @@ -13,5 +13,5 @@
Springable - Explore the richness of nonlinear mechanics with simple springs!
Version {__version__}
Paul Ducarme, AMOLF, Amsterdam (NL), 2024
Paul Ducarme, AMOLF, Amsterdam (NL), 2024-2025
""")
2 changes: 1 addition & 1 deletion src/springable/mechanics/default_solver_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ class SolverSettings(Updatable):
alpha: float = 0.0 # positive and never larger than 0.5
psi_p: float = 0.0
psi_c: float = 0.0
detect_mechanism: bool = True
detect_mechanism: bool = True

0 comments on commit 459aaaa

Please sign in to comment.