Skip to content

Commit b344243

Browse files
committed
Bump version: 0.6.1 → 0.6.2
1 parent 309d48b commit b344243

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

88
setup(
99
name=package_name,

0 commit comments

Comments
 (0)