diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 717a5de..bc18e5e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0-alpha.0 +current_version = 0.3.0-alpha.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[a-z]+)\.(?P\d+))? diff --git a/VERSION.txt b/VERSION.txt index e47099a..3464ca6 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.3.0-alpha.0 \ No newline at end of file +0.3.0-alpha.1 \ No newline at end of file