Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dp0s committed Apr 25, 2024
1 parent 6aa8395 commit 3bf815a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dlib/Dhelpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
#we don't want to import anything automatically


__version__ = "0.1.5rc2"
__version__ = "0.1.5"
2 changes: 1 addition & 1 deletion Dlib/Dpowers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bf815a

Please sign in to comment.