Skip to content

Commit

Permalink
Bump version: 0.0.0-alpha → 0.0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Apr 17, 2021
1 parent 99254e9 commit a407a26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[bumpversion]
current_version = 0.0.0-alpha
current_version = 0.0.1-alpha
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
tag_name = v{new_major}.{new_minor}.{new_patch}-{new_release}
commit = True
tag = True

[bumpversion:part:release]
values =
values =
alpha
beta
rc
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.0-alpha"
__version__ = "0.0.1-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.0-alpha"
version = "0.0.1-alpha"

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

0 comments on commit a407a26

Please sign in to comment.