Skip to content

Commit 274152d

Browse files
committed
Bump prerelease to 0.1.0.dev3
1 parent 6d45399 commit 274152d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from importlib import import_module
44

5-
__version__ = "0.1.0.dev2"
5+
__version__ = "0.1.0.dev3"
66

77
__all__ = [
88
"bayes",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bfflearn"
3-
version = "0.1.0.dev2"
3+
version = "0.1.0.dev3"
44
description = "Bayesian workflows for fixed-charge molecular force fields"
55
authors = [
66
{ name="Vojtech Kostal", email="vojtakostal8@gmail.com" }

0 commit comments

Comments
 (0)