Skip to content

Commit

Permalink
Bump version: 0.10.2a2 → 0.10.2a3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcarthur committed Jul 24, 2018
1 parent 736c5ae commit 012a989
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.10.2a2
current_version = 0.10.2a3
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
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 get_version_information():
.format(version_msg))


__version__ = '0.10.2a2'
__version__ = '0.10.2a3'
installed = get_installed_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 @@ -7,7 +7,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

package_name = "dbt"
package_version = "0.10.2a2"
package_version = "0.10.2a3"
description = """dbt (data build tool) is a command line tool that helps \
analysts and engineers transform data in their warehouse more effectively"""

Expand Down

0 comments on commit 012a989

Please sign in to comment.