Skip to content

Commit 2dc3c40

Browse files
committed
Bump version: 0.6.0 → 0.6.1
1 parent 42bf0db commit 2dc3c40

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.0
2+
current_version = 0.6.1
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.0'
70+
__version__ = '0.6.1'
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.0"
6+
package_version = "0.6.1"
77

88
setup(
99
name=package_name,

0 commit comments

Comments
 (0)