Skip to content

Commit

Permalink
Bump version: 0.0.5-alpha → 0.0.6-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Apr 17, 2021
1 parent c913b53 commit a8fdbe1
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.0.5-alpha
current_version = 0.0.6-alpha
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion dtcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.0.5-alpha"
__version__ = "0.0.6-alpha"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [
{include = "dtcli"},
]
readme = "README.md"
version = "0.0.5-alpha"
version = "0.0.6-alpha"

[tool.poetry.dependencies]
PyYAML = "^5.4.1"
Expand Down

0 comments on commit a8fdbe1

Please sign in to comment.