Skip to content

Commit 71f5a9e

Browse files
committed
Bump version: 0.6.9 → 0.7.0
1 parent 233dd92 commit 71f5a9e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.6.9
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

dotscience/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "dotscience"
2-
__version__ = '0.6.9'
2+
__version__ = '0.7.0'
33

44
import json
55
import datetime

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.6.9",
8+
version="0.7.0",
99
author="Subtree, Inc",
1010
author_email="support@dotscience.com",
1111
description="Tools for writing Dotscience workloads",

0 commit comments

Comments
 (0)