We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9919ea0 commit d662ffcCopy full SHA for d662ffc
particleanalyzer/version.py
@@ -1 +1 @@
1
-__version__ = "1.3.0"
+__version__ = "1.3.2"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ParticleAnalyzer"
7
-version = "1.3.0"
+version = "1.3.2"
8
description = "SEM Image Analysis Tool for Automatic Particle Segmentation and Size Analysis"
9
readme = "README_PYPI.md"
10
requires-python = ">=3.10"
setup.py
@@ -9,7 +9,7 @@ def read_file(filename):
setup(
11
name="ParticleAnalyzer",
12
- version="1.3.0",
+ version="1.3.2",
13
packages=find_packages(exclude=["tests*"]),
14
package_data={
15
"particleanalyzer": [
0 commit comments