Skip to content

Commit

Permalink
Bumps version: 0.0.1 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Jun 6, 2024
1 parent 6907b1d commit 3a9a4c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/__init__.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 3a9a4c2

Please sign in to comment.