Skip to content

Commit

Permalink
Update BiaPy version
Browse files Browse the repository at this point in the history
  • Loading branch information
danifranco committed Jan 4, 2024
1 parent df5e85b commit 6aa291b
Show file tree
Hide file tree
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "biapy"
version = "3.1.0.1"
version = "3.2.0"
description = "BiaPy: Bioimage analysis pipelines in Python"
readme = "README.md"
authors = [{ name = "Daniel Franco-Barranco", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def getInclude():


def setup_package():
__version__ = '3.1.1'
__version__ = '3.2.0'
url = 'https://github.com/danifranco/BiaPy'

setup(name='biapy',
Expand Down

0 comments on commit 6aa291b

Please sign in to comment.