Skip to content

Commit

Permalink
Bump version: 0.18.0 → 0.18.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty committed Jan 4, 2021
1 parent 3bdf227 commit 1a0bc3d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.18.0
current_version = 0.18.0.1
commit = False
tag = False
parse = (?P<major>\d+)
Expand All @@ -8,13 +8,13 @@ parse = (?P<major>\d+)
((?P<prerelease>[a-z]+)
?(\.)?
(?P<num>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}{prerelease}{num}
{major}.{minor}.{patch}.{num}

[bumpversion:part:prerelease]
first_value = a
values =
values =
a
b
rc
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/mysql/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.18.0"
version = "0.18.0.1"
2 changes: 1 addition & 1 deletion dbt/adapters/mysql5/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.18.0"
version = "0.18.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


package_name = "dbt-mysql"
package_version = "0.18.0"
package_version = "0.18.0.1"
description = """The MySQL adapter plugin for dbt (data build tool)"""


Expand Down

0 comments on commit 1a0bc3d

Please sign in to comment.