Skip to content

Commit aac1997

Browse files
committed
Bump version: 0.7.1 → 0.7.2
1 parent a936deb commit aac1997

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.7.1
2+
current_version = 0.7.2
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.1'
2+
__version__ = '0.7.2'
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.1",
8+
version="0.7.2",
99
author="Subtree, Inc",
1010
author_email="support@dotscience.com",
1111
description="Tools for writing Dotscience workloads",

0 commit comments

Comments
 (0)