Skip to content

Commit

Permalink
1.1.13
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
semantic-release authored and github-actions committed Nov 22, 2024
1 parent 68efd12 commit 1032d68
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphractal"
version = "1.1.12"
version = "1.1.13"
description = "Package to estimate fractal dimension of 3D surfaces formed from overlapping spheres via box-counting algorithm."
authors = ["Jonathan Yik Chang Ting <[email protected]>"]
license = "MIT"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools


__version__ = '1.1.12'
__version__ = '1.1.13'
with open('README.md', 'r') as fh:
long_description = fh.read()

0 comments on commit 1032d68

Please sign in to comment.