Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.7.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Sep 26, 2020
1 parent 6a55a48 commit 7ae67da
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.6.0"
version = "0.7.0-beta.0"
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.6.0
current_version = 0.7.0-beta.0
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.6.0"
__version__ = "0.7.0-beta.0"

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

0 comments on commit 7ae67da

Please sign in to comment.