Skip to content

Commit 94b6e82

Browse files
author
Drew Banin
committed
0.4.7 bump b/c of hook bug
1 parent 66c7265 commit 94b6e82

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.4.6
2+
current_version = 0.4.7
33
commit = True
44
tag = True
55

dbt/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_version_information():
5858
def is_latest():
5959
return installed == latest
6060

61-
__version__ = '0.4.6'
61+
__version__ = '0.4.7'
6262
installed = get_version()
6363
latest = get_latest_version()
6464

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.4.6"
6+
package_version = "0.4.7"
77

88
setup(
99
name=package_name,

0 commit comments

Comments
 (0)