From 14b92abb10d8b287897f3deba1f06b14f531f7b8 Mon Sep 17 00:00:00 2001 From: teddygroves Date: Tue, 1 Aug 2023 14:03:59 +0200 Subject: [PATCH] bump version --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8efd826..ec89f35 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = "Teddy Groves" # The full version, including alpha/beta/rc tags -release = "0.1.10" +release = "0.1.12" root_doc = "index" diff --git a/pyproject.toml b/pyproject.toml index afa6b01..5cd83d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "bibat" authors = [ {name = "Teddy Groves", email = "tedgro@dtu.dk"}, ] -version = "0.1.11" +version = "0.1.12" classifiers = [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research",