Skip to content

Commit 220dce4

Browse files
committed
Add init files for train and test folder
1 parent 5872ade commit 220dce4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

quantulum3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""quantulum3 init."""
22

3-
VERSION = (0, 7, 0)
3+
VERSION = (0, 7, 1)
44

55
__version__ = '.'.join([str(i) for i in VERSION])
66
__author__ = 'Marco Lagi, nielstron, sohrabtowfighi, grhawk and Rodrigo Castro'

quantulum3/_lang/en_US/tests/__init__.py

Whitespace-only changes.

quantulum3/_lang/en_US/train/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)