Skip to content

Commit 5039d4d

Browse files
author
Charlotte Godley
committed
Bump version: 0.7.2 → 0.8.0
1 parent 34566cc commit 5039d4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7.2
2+
current_version = 0.8.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.7.2'
2+
__version__ = '0.8.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.7.2",
8+
version="0.8.0",
99
author="Subtree, Inc",
1010
author_email="[email protected]",
1111
description="Tools for writing Dotscience workloads",

0 commit comments

Comments
 (0)