Spaces:
Sleeping
Sleeping
umyuu
commited on
Commit
·
87a5e38
1
Parent(s):
286fc9f
version 0.0.4
Browse files- src/utils.py +1 -1
src/utils.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import time
|
3 |
|
4 |
def get_package_version() -> str:
|
5 |
-
return '0.0.
|
6 |
|
7 |
class Stopwatch:
|
8 |
"""
|
|
|
2 |
import time
|
3 |
|
4 |
def get_package_version() -> str:
|
5 |
+
return '0.0.4'
|
6 |
|
7 |
class Stopwatch:
|
8 |
"""
|