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 af031fc commit 3f5f0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.2"
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.3.2"
VERSION = "0.4.0-dev"

__version__ = VERSION

0 comments on commit 3f5f0ae

Please sign in to comment.