From 0e04a158c13c304beeeed139c4876f31c955e60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elo=C3=AFse=20Brocas?= Date: Tue, 12 Dec 2023 10:00:16 +0100 Subject: [PATCH] setup: bump to v0.2.0 --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0febbcb..a6ed678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,10 +22,10 @@ build-backend = 'setuptools.build_meta' [project] name = 'numbat' -version='0.1.0' +version='0.2.0' authors = [ + {name = 'Eloïse Brocas', email = 'ebrocas@quarkslab.com'}, {name = 'Sami Babigeon', email = 'sbabigeon@quarkslab.com'}, - { name = 'Eloïse Brocas', email = 'ebrocas@quarkslab.com' }, ] readme = "README.md" description = 'Library to manipulate and create Sourcetrail databases' @@ -60,4 +60,3 @@ doc = [ 'mkdocstrings-python', 'mkdocs-section-index' ] -