Skip to content

Commit

Permalink
Updated setup.py for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarcher committed Sep 8, 2024
1 parent 023a9da commit a7d9b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import find_packages, setup

setup(name="malpolon",
version="1.3.0",
description="Malpolon v1.3.0",
version="2.0.0",
description="Malpolon v2.0.0",
author="Theo Larcher, Titouan Lorieul, Benjamin Deneu, Lukas Picek",
author_email="[email protected], [email protected], [email protected], [email protected]",
url="https://github.com/plantnet/malpolon",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit a7d9b35

Please sign in to comment.