Skip to content

Commit 40948fb

Browse files
author
Drew Banin
committed
Bump version: 0.5.2 → 0.5.3
1 parent 6fc3011 commit 40948fb

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

dbt/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_version_information():
5353
def is_latest():
5454
return installed == latest
5555

56-
__version__ = '0.5.2'
56+
__version__ = '0.5.3'
5757
installed = get_version()
5858
latest = get_latest_version()
5959

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.5.2"
6+
package_version = "0.5.3"
77

88
setup(
99
name=package_name,

0 commit comments

Comments
 (0)