Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindkilleen committed Sep 6, 2023
1 parent dde477d commit 9cd248a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="killeengeo",
version="0.0.2",
version="0.0.3",
description="2D and 3D geometry in Python.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/killeengeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@
"spherical_uniform",
]

__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit 9cd248a

Please sign in to comment.