Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul committed Mar 11, 2024
1 parent 800b964 commit 571fb06
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 @@ -2,7 +2,7 @@

setup(
name="blossoms_sayak",
version="0.14.0",
version="0.15.0",
description="A simple Python package for math operations and geometry calculations.",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/blossoms_sayak/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.14.0"
__version__ = "0.15.0"

from .geometry import circle_area
from .operations import add, subtract, multiply, divide

0 comments on commit 571fb06

Please sign in to comment.