From 3a9a4c28f79ba2178c1580efa6415218974bd3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Gonz=C3=A1lez=20Duque?= Date: Thu, 6 Jun 2024 10:41:21 +0200 Subject: [PATCH] Bumps version: 0.0.1 -> 0.1.0 --- pyproject.toml | 2 +- setup.cfg | 2 +- src/__init__.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77bfe96d..a769777d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "poli" -version = "0.0.1" +version = "0.1.0" description = "poli, a library of discrete objective functions" readme = "README.md" authors = [{name="Miguel González-Duque", email="miguelgondu@gmail.com"}, {name="Simon Bartels"}] diff --git a/setup.cfg b/setup.cfg index ba74c5f4..85735b9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = poli -version = 0.0.1 +version = 0.1.0 author_email = bartels@di.ku.dk description = Protein Objectives Library long_description = file: README.md diff --git a/src/__init__.py b/src/__init__.py index 4705d084..d5b431ce 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,2 +1,2 @@ -__author__ = "Simon Bartels, and Miguel González-Duque" -__version__ = "0.0.1" +__author__ = "Miguel González-Duque, Simon Bartels and Richard Michael" +__version__ = "0.1.0"