We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10db22e commit a0c52c8Copy full SHA for a0c52c8
pyproject.toml
@@ -5,7 +5,7 @@
5
6
[tool.poetry]
7
name = "xboinc"
8
-version = "0.1.3"
+version = "0.1.4"
9
description = "Xsuite BOINC interface"
10
homepage = "https://github.com/xsuite/xboinc"
11
repository = "https://github.com/xsuite/xboinc"
xboinc/general.py
@@ -12,7 +12,7 @@
12
# Do not change
13
# ==========================================================================================
14
15
-__version__ = '0.1.3'
+__version__ = '0.1.4'
16
17
# These are the xsuite modules that are used by boinc and the versions they are tied to.
18
# This will be automatically updated from the active environment when making a minor release.
0 commit comments