Skip to content

Commit

Permalink
Bump version: 0.25.0 → 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HazardDede committed Nov 2, 2020
1 parent 93c3162 commit 7661206
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.25.0
current_version = 0.26.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pnp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Pull 'n' Push."""
import warnings

__version__ = "0.25.0"
__version__ = "0.26.0"
__author__ = "Dennis Muth <d.muth@gmx.net>"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pnp"
version = "0.25.0"
version = "0.26.0"
description = "Pull 'n' Push"
authors = ["Dennis Muth <d.muth@gmx.net>"]
maintainers = ["Dennis Muth <d.muth@gmx.net>"]
Expand Down
2 changes: 1 addition & 1 deletion tasks/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from invoke import task

# VERSION
VERSION = "0.25.0"
VERSION = "0.26.0"


# PATH STUFF
Expand Down

0 comments on commit 7661206

Please sign in to comment.