Skip to content

Commit 8ebb2d5

Browse files
author
Connor McArthur
committed
Bump version: 0.6.2 → 0.7.0
1 parent 6dde523 commit 8ebb2d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.2
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

dbt/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ def is_latest():
6767
return installed == latest
6868

6969

70-
__version__ = '0.6.2'
70+
__version__ = '0.7.0'
7171
installed = get_version()
7272
latest = get_latest_version()

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os.path
44

55
package_name = "dbt"
6-
package_version = "0.6.2"
6+
package_version = "0.7.0"
77

88
setup(
99
name=package_name,

0 commit comments

Comments
 (0)