Skip to content

Commit

Permalink
bump-2.1.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
o-murphy committed Jan 25, 2025
1 parent 0888a2b commit d392f38
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
# BallisticCalculator
LGPL library for small arms ballistic calculations based on point-mass (3 DoF) plus spin drift.


[![license]][LGPL-3]
[![pypi]][PyPiUrl]
[![downloads]][pepy]
[![downloads/month]][pepy]
[![versions]][sources]
[![Made in Ukraine]][SWUBadge]


[sources]:
https://github.com/o-murphy/py-ballisticcalc
[license]:
https://img.shields.io/github/license/o-murphy/py-ballisticcalc?style=flat-square
[LGPL-3]:
https://opensource.org/licenses/LGPL-3.0-only
[pypi]:
https://img.shields.io/pypi/v/py-ballisticcalc?style=flat-square&logo=pypi
[PyPiUrl]:
https://pypi.org/project/py-ballisticcalc/
[downloads]:
https://img.shields.io/pepy/dt/py-ballisticcalc?style=flat-square
[downloads/month]:
https://static.pepy.tech/personalized-badge/py-ballisticcalc?style=flat-square&period=month&units=abbreviation&left_color=grey&right_color=blue&left_text=downloads%2Fmonth
[pepy]:
https://pepy.tech/project/py-ballisticcalc
[versions]:
https://img.shields.io/pypi/pyversions/py-ballisticcalc?style=flat-square
[Made in Ukraine]:
https://img.shields.io/badge/made_in-Ukraine-ffd700.svg?labelColor=0057b7&style=flat-square
[SWUBadge]:
https://stand-with-ukraine.pp.ua

### Table of contents
* **[Installation](#installation)**
* [Latest stable](#latest-stable-release-from-pypi)
Expand Down
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.0b3"
version = "2.1.0b4"

authors = [
{ name="o-murphy", email="[email protected]" },
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.0b3"
version = "2.1.0b4"

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


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

0 comments on commit d392f38

Please sign in to comment.