Skip to content

Commit

Permalink
Bump version: 0.7.0-beta.0 → 0.7.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Oct 13, 2020
1 parent 99a21d7 commit 88685ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chess-tuning-tools"
version = "0.7.0-beta.0"
version = "0.7.0-beta.1"
description = "A collection of tools for local and distributed tuning of chess engines."
authors = ["Karlson Pfannschmidt <kiudee@mail.upb.de>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0-beta.0
current_version = 0.7.0-beta.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?(\.(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion tune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Karlson Pfannschmidt"""
__email__ = "kiudee@mail.upb.de"
__version__ = "0.7.0-beta.0"
__version__ = "0.7.0-beta.1"

from tune.io import InitStrings, load_tuning_config, parse_ranges
from tune.local import (
Expand Down

0 comments on commit 88685ae

Please sign in to comment.