diff --git a/Dlib/Dhelpers/__init__.py b/Dlib/Dhelpers/__init__.py index 28fb435..92aabde 100644 --- a/Dlib/Dhelpers/__init__.py +++ b/Dlib/Dhelpers/__init__.py @@ -20,4 +20,4 @@ #we don't want to import anything automatically -__version__ = "0.1.5rc2" \ No newline at end of file +__version__ = "0.1.5" \ No newline at end of file diff --git a/Dlib/Dpowers/__init__.py b/Dlib/Dpowers/__init__.py index 5d34d84..c80bb39 100644 --- a/Dlib/Dpowers/__init__.py +++ b/Dlib/Dpowers/__init__.py @@ -39,7 +39,7 @@ import Dhelpers -__version__ = "0.1.5rc2" +__version__ = "0.1.5" #Dpowers and Dhelpers share version number if __version__ != Dhelpers.__version__: import warnings