Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindkilleen committed Aug 9, 2023
1 parent 03587d2 commit 805a59a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.1",
version="0.0.2",
description="2D and 3D geometry in Python.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 2 additions & 0 deletions src/killeengeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,5 @@
"Rotation",
"spherical_uniform",
]

__version__ = "0.0.2"

0 comments on commit 805a59a

Please sign in to comment.