From 4099f46afbc62cbf944445cc08ebe7a33dcd3ee2 Mon Sep 17 00:00:00 2001 From: thibaultfalque Date: Tue, 6 Jun 2023 14:00:42 +0200 Subject: [PATCH] v0.1.0 --- Makefile | 4 ++-- pyproject.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 32f8412..b1db878 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ MODULE_NAME = autograph # The version of the package to build. -VERSION = 0.1.0-rc13 +VERSION = 0.1.0 # The directory of the unit tests for the package to build. @@ -86,7 +86,7 @@ package: dist/$(PACKAGE_NAME)-$(VERSION).tar.gz # Packages the project into a gzipped-tarball archive. dist/$(PACKAGE_NAME)-$(VERSION).tar.gz: - python3 setup.py sdist + python3 -m build # Uploads the project on PyPI. diff --git a/pyproject.toml b/pyproject.toml index 2675d13..9b1a815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,15 +1,15 @@ [project] name = "crillab-autograph" -version = "0.1.0-rc11" +version = "0.1.0" description = "AUtogRAPH - A Unified libRary for drAwing Plots in pytHon" keywords = ["visualization plots"] readme = "README.md" authors = [ - {name = "Thibault Falque, Romain Wallon, Hugues Wattez", email = "metrics@cril.fr"}, + {name = "Thibault Falque, Romain Wallon, Hugues Wattez"}, {email = "metrics@cril.fr"}, ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.8",