Skip to content

Commit 3811b4b

Browse files
committed
v0.1.7 Added iTS, iTSms, iTSus, iTSns classes.
- deprecated TS.as_msec and TS.as_sec - No breaking changes yet
1 parent 52fb46f commit 3811b4b

File tree

6 files changed

+930
-105
lines changed

6 files changed

+930
-105
lines changed

requirements-dev.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r requirements.txt
22

33
numpy
4-
twine
4+
twine
5+
pydantic == 2.4.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__author__ = 'ASU'
77

88
# Bump up this version
9-
VERSION = '0.1.6'
9+
VERSION = '0.1.7'
1010

1111
basedir = path.abspath(path.dirname(__file__))
1212

tests/__init__.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +0,0 @@
1-
#!/usr/bin/env python
2-
# coding:utf-8
3-
# Author: ASU --<[email protected]>
4-
# Purpose:
5-
# Created: 8/4/2021
6-
7-
__author__ = 'ASU'
8-
9-
10-
class __init__.py(object):
11-
def __init__(self):
12-
13-
14-
if __name__ == '__main__':
15-
pass

0 commit comments

Comments
 (0)