We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8ec98 commit c8c049eCopy full SHA for c8c049e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.1
+current_version = 0.5.2
3
commit = True
4
tag = True
5
dbt/version.py
@@ -53,7 +53,7 @@ def get_version_information():
53
def is_latest():
54
return installed == latest
55
56
-__version__ = '0.5.1'
+__version__ = '0.5.2'
57
installed = get_version()
58
latest = get_latest_version()
59
setup.py
@@ -3,7 +3,7 @@
import os.path
package_name = "dbt"
6
-package_version = "0.5.1"
+package_version = "0.5.2"
7
8
setup(
9
name=package_name,
0 commit comments