Skip to content

Commit 64179a2

Browse files
author
Priya Samuel
committed
Bump version: 0.8.4 → 0.8.6
1 parent 8cae12e commit 64179a2

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.4
2+
current_version = 0.8.6
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.4'
2+
__version__ = '0.8.6'
33

44
import json
55
import datetime
@@ -600,7 +600,7 @@ def _commit_run_on_hub(self):
600600
runner.platform: linux
601601
runner.platform_version: Linux 096f216f707b 4.15.0-1037-gcp #39-Ubuntu SMP Wed Jul 3 06:28:59 UTC 2019 x86_64 Linux
602602
runner.ram: 3872563200
603-
runner.version: Runner=Dotscience Docker Executor rev. 0.8.4 Agent=0.11.1
603+
runner.version: Runner=Dotscience Docker Executor rev. 0.8.6 Agent=0.11.1
604604
runs: ["452521f7-c069-4271-b06e-dcd55635b871"]
605605
timestamp: 1569324234537654474
606606
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.4",
8+
version="0.8.6",
99
author="Subtree, Inc",
1010
author_email="support@dotscience.com",
1111
description="Tools for writing Dotscience workloads",

0 commit comments

Comments
 (0)