Skip to content

Commit

Permalink
Bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Jun 21, 2022
1 parent 5dafeb2 commit 7c95a00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
[bumpversion]
current_version = 0.1.0-alpha.0
current_version = 1.0.0-alpha.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}.{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = gamma
values =
values =
alpha
beta
gamma

[bumpversion:part:build]

[bumpversion:file:./argus/__init__.py]

[bumpversion:file:pyproject.toml]
2 changes: 1 addition & 1 deletion argus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0-alpha.0"
__version__ = "1.0.0-alpha.0"

from logging import config

Expand Down

0 comments on commit 7c95a00

Please sign in to comment.