Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daemon committed Dec 16, 2022
1 parent 5acf1a6 commit 98ece88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._version import *
from ._version import __version__
from .experiment import *
from .heatmap import *
from .hook import *
Expand Down
2 changes: 1 addition & 1 deletion daam/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.11'
__version__ = '0.0.12'

0 comments on commit 98ece88

Please sign in to comment.