Skip to content

Commit

Permalink
Merge pull request #263 from analyst-collective/release/0.6.1
Browse files Browse the repository at this point in the history
Release/0.6.1
  • Loading branch information
drewbanin authored Jan 11, 2017
2 parents 78126ae + 2dc3c40 commit 251ef40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.6.0
current_version = 0.6.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt 0.6.1 (unreleased)
## dbt 0.6.1

#### Bugfixes

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


__version__ = '0.6.0'
__version__ = '0.6.1'
installed = get_version()
latest = get_latest_version()
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.6.0"
package_version = "0.6.1"

setup(
name=package_name,
Expand Down

0 comments on commit 251ef40

Please sign in to comment.