Skip to content

Commit 10b6cff

Browse files
committed
bump version: 0.2.0 -> 0.2.1 before tag
1 parent ac06459 commit 10b6cff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ authors:
88
- family-names: "Michael"
99
given-names: "Richard"
1010
title: "poli: a libary of discrete sequence objectives"
11-
version: 0.2.0
11+
version: 0.2.1
1212
date-released: 2024-01-23
1313
url: "https://github.com/MachineLearningLifeScience/poli"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "poli"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "poli, a library of discrete objective functions"
99
readme = "README.md"
1010
authors = [{name="Miguel González-Duque", email="miguelgondu@gmail.com"}, {name="Simon Bartels"}]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = poli
3-
version = 0.2.0
3+
version = 0.2.1
44
author_email = bartels@di.ku.dk
55
description = Protein Objectives Library
66
long_description = file: README.md

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = "Miguel González-Duque, Simon Bartels and Richard Michael"
2-
__version__ = "0.2.0"
2+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)