From ec4f16d35479eab803cea497c395bdcba59ccec2 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Sat, 9 Nov 2024 13:38:25 +0100 Subject: [PATCH] bump version --- docs/conf.py | 2 +- python/hogpp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a692db0..8f6f9b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = 'Sergiu Deitsch' version = '0.1' -release = '0.1.0a2' +release = '0.1.0b1' # -- General configuration --------------------------------------------------- diff --git a/python/hogpp/__init__.py b/python/hogpp/__init__.py index 18d89f9..d109303 100644 --- a/python/hogpp/__init__.py +++ b/python/hogpp/__init__.py @@ -3,4 +3,4 @@ __all__ = ('IntegralHOGDescriptor', ) __author__ = 'Sergiu Deitsch' -__version__ = '0.1.0a2' +__version__ = '0.1.0b1'