Skip to content

Commit e0cd72a

Browse files
committed
Bumps minor version
1 parent fb453c5 commit e0cd72a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "poli-baselines"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "poli-baselines, a library of discrete objective optimizers"
99
readme = "README.md"
1010
authors = [{name="Miguel González-Duque", email="[email protected]"}]
@@ -94,7 +94,7 @@ markers = [
9494
profile = "black"
9595

9696
[tool.bumpversion]
97-
current_version = "1.0.0"
97+
current_version = "1.0.1"
9898
parse = """(?x)
9999
(?P<major>0|[1-9]\\d*)\\.
100100
(?P<minor>0|[1-9]\\d*)\\.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = poli_baselines
3-
version = 1.0.0
3+
version = 1.0.1
44
author_email = [email protected]
55
description = Baselines for Discrete Sequence Optimization, focusing on proteins
66
long_description = file: readme.md

src/poli_baselines/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)