Skip to content

Commit

Permalink
chore: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Maik Jablonka committed Aug 27, 2023
1 parent e1c78c9 commit 08b0880
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.0-dev
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
serialize =
{major}.{minor}.{patch}-{release}+{build}
{major}.{minor}.{patch}+{build}
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
{major}.{minor}.{patch}-{release}+{build}
{major}.{minor}.{patch}+{build}
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = production
first_value = dev
values =
dev
production
dev
production

[bumpverion:part:build]
values = [0-9A-Za-z-]+
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
copyright = "2020, Kevin Maik Jablonka, Daniele Ongari, Mohamad Moosavi, Berend Smit"
author = "Kevin Maik Jablonka, Daniele Ongari, Mohamad Moosavi, Berend Smit"

release = "0.4.0"
release = "0.4.0-dev"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion oximachine_featurizer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Featurization tools for the oxiMachine"""

VERSION = "0.4.0"
VERSION = "0.4.0-dev"

__version__ = VERSION

0 comments on commit 08b0880

Please sign in to comment.