Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultfalque committed Jun 6, 2023
1 parent 1d54833 commit 4099f46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4099f46

Please sign in to comment.