diff --git a/docs/conf.py b/docs/conf.py index 8f6f9b8..0834c6f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = 'Sergiu Deitsch' version = '0.1' -release = '0.1.0b1' +release = '0.1.0' # -- General configuration --------------------------------------------------- diff --git a/python/hogpp/__init__.py b/python/hogpp/__init__.py index d109303..2d21dba 100644 --- a/python/hogpp/__init__.py +++ b/python/hogpp/__init__.py @@ -3,4 +3,4 @@ __all__ = ('IntegralHOGDescriptor', ) __author__ = 'Sergiu Deitsch' -__version__ = '0.1.0b1' +__version__ = '0.1.0'