diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bab6f93..4cea61e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.13 +current_version = 0.0.14-dev commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))? diff --git a/docs/source/conf.py b/docs/source/conf.py index 6cd1ebf..37c1f72 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,7 +28,7 @@ author = 'Mehdi Ali, Charles Tapley Hoyt, and Daniel Domingo-Fernández' # The full version, including alpha/beta/rc tags. -release = '0.0.13' +release = '0.0.14-dev' # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index 793149d..2aef373 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ # Configuring setup() [metadata] name = biokeen -version = 0.0.13 +version = 0.0.14-dev description = A package for training and evaluating biological knowledge graph embeddings long_description = file: README.rst diff --git a/src/biokeen/constants.py b/src/biokeen/constants.py index a874bf7..c720258 100644 --- a/src/biokeen/constants.py +++ b/src/biokeen/constants.py @@ -36,7 +36,7 @@ def iterate_source_paths(self) -> Iterable[str]: biokeen_config = BiokeenConfig.load() os.makedirs(biokeen_config.data_directory, exist_ok=True) -VERSION = '0.0.13' +VERSION = '0.0.14-dev' EMOJI = '🍩' # Available databases