Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Banin committed Oct 25, 2016
1 parent ee8ec98 commit c8c049e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.5.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion dbt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_version_information():
def is_latest():
return installed == latest

__version__ = '0.5.1'
__version__ = '0.5.2'
installed = get_version()
latest = get_latest_version()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os.path

package_name = "dbt"
package_version = "0.5.1"
package_version = "0.5.2"

setup(
name=package_name,
Expand Down

0 comments on commit c8c049e

Please sign in to comment.