Skip to content

Commit

Permalink
Set up v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Nov 28, 2023
1 parent cfddcc5 commit c9ea0a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion titantuner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np


VERSION = "0.1.0"
VERSION = "0.1.1"
__all__ = []
for loader, module_name, is_pkg in pkgutil.walk_packages(__path__):
if module_name != "__main__":
Expand Down
16 changes: 0 additions & 16 deletions titantuner/version.py

This file was deleted.

0 comments on commit c9ea0a8

Please sign in to comment.