Skip to content

Commit 049199e

Browse files
author
Charlotte Godley
committed
Bump version: 0.8.0 → 0.8.1
1 parent c3ff4aa commit 049199e

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

0 commit comments

Comments
 (0)