Skip to content

Commit 877634a

Browse files
committed
Bumpy version number and add Solange as an author
1 parent d72094a commit 877634a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "jsrm" # Required
1717
#
1818
# For a discussion on single-sourcing the version, see
1919
# https://packaging.python.org/guides/single-sourcing-package-version/
20-
version = "0.0.14" # Required
20+
version = "0.0.15" # Required
2121

2222
# This is a one-line description or tagline of what your project does. This
2323
# corresponds to the "Summary" metadata field:
@@ -57,7 +57,8 @@ keywords = ["JAX", "Soft Robotics", "Kinematics", "Dynamics"] # Optional
5757
# authored the project, and a valid email address corresponding to the name
5858
# listed.
5959
authors = [
60-
{name = "Maximilian Stölzle", email = "[email protected]" } # Optional
60+
{name = "Maximilian Stölzle", email = "[email protected]" },
61+
{name = "Solange Gribonval", email = "[email protected]" },
6162
]
6263

6364
# This should be your name or the names of the organization who currently

0 commit comments

Comments
 (0)