Skip to content

Commit

Permalink
* bump to 2.1.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
o-murphy committed Jan 14, 2025
1 parent 5c7113d commit 6dd0c93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py_ballisticcalc.exts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "py_ballisticcalc.exts"
version = "2.1.0a3"
version = "2.1.0a4"

authors = [
{ name="o-murphy", email="thehelixpg@gmail.com" },
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "py_ballisticcalc"
version = "2.1.0a3"
version = "2.1.0a4"

authors = [
{ name="o-murphy", email="thehelixpg@gmail.com" },
Expand Down Expand Up @@ -50,7 +50,7 @@ include = ["py_ballisticcalc*"]


[project.optional-dependencies]
exts = ['py_ballisticcalc.exts==2.1.0a3']
exts = ['py_ballisticcalc.exts==2.1.0a4']
charts = ['matplotlib', 'pandas']
visualize = ['matplotlib', 'pandas']
dev = [
Expand Down

0 comments on commit 6dd0c93

Please sign in to comment.