Skip to content

Commit 3a9a4c2

Browse files
committed
Bumps version: 0.0.1 -> 0.1.0
1 parent 6907b1d commit 3a9a4c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.0.1"
7+
version = "0.1.0"
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.0.1
3+
version = 0.1.0
44
author_email = bartels@di.ku.dk
55
description = Protein Objectives Library
66
long_description = file: README.md

src/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__author__ = "Simon Bartels, and Miguel González-Duque"
2-
__version__ = "0.0.1"
1+
__author__ = "Miguel González-Duque, Simon Bartels and Richard Michael"
2+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)