Skip to content

Commit 9c84cdd

Browse files
committed
Bump version: 0.8.6 → 0.8.7
1 parent d55e08a commit 9c84cdd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.6
2+
current_version = 0.8.7
33
commit = True
44
tag = True
55
tag_name = {new_version}

dotscience/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "dotscience"
2-
__version__ = '0.8.6'
2+
__version__ = '0.8.7'
33

44
import json
55
import datetime
@@ -588,7 +588,7 @@ def _commit_run_on_hub(self):
588588
runner.platform: linux
589589
runner.platform_version: Linux 096f216f707b 4.15.0-1037-gcp #39-Ubuntu SMP Wed Jul 3 06:28:59 UTC 2019 x86_64 Linux
590590
runner.ram: 3872563200
591-
runner.version: Runner=Dotscience Docker Executor rev. 0.8.6 Agent=0.11.1
591+
runner.version: Runner=Dotscience Docker Executor rev. 0.8.7 Agent=0.11.1
592592
runs: ["452521f7-c069-4271-b06e-dcd55635b871"]
593593
timestamp: 1569324234537654474
594594
type: dotscience.run.v1

setup.py

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

66
setuptools.setup(
77
name="dotscience",
8-
version="0.8.6",
8+
version="0.8.7",
99
author="Subtree, Inc",
1010
author_email="[email protected]",
1111
description="Tools for writing Dotscience workloads",

0 commit comments

Comments
 (0)