We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233dd92 commit 71f5a9eCopy full SHA for 71f5a9e
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.9
+current_version = 0.7.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
dotscience/__init__.py
name = "dotscience"
-__version__ = '0.6.9'
+__version__ = '0.7.0'
import json
import datetime
setup.py
@@ -5,7 +5,7 @@
6
setuptools.setup(
7
name="dotscience",
8
- version="0.6.9",
+ version="0.7.0",
9
author="Subtree, Inc",
10
author_email="support@dotscience.com",
11
description="Tools for writing Dotscience workloads",
0 commit comments