From 1032d6836d3e107934c5f0fbcfb81c2e5a6c9a4a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 22 Nov 2024 22:46:23 +0000 Subject: [PATCH] 1.1.13 Automatically generated by python-semantic-release --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dad5f1e..7a915cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/setup.py b/setup.py index f79ae5e..8eebafd 100644 --- a/setup.py +++ b/setup.py @@ -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()