Skip to content

Commit 7795eab

Browse files
committed
bump version
1 parent c493ab6 commit 7795eab

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

datamodel/version.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33

44
__title__ = 'python-datamodel'
5-
__description__ = ('simple library based on python +3.8 to use Dataclass-syntax'
6-
'for interacting with Data')
7-
__version__ = '0.8.8'
5+
__description__ = (
6+
'simple library based on python +3.8 to use Dataclass-syntax'
7+
'for interacting with Data'
8+
)
9+
__version__ = '0.8.9'
810
__author__ = 'Jesus Lara'
911
__author_email__ = '[email protected]'
1012
__license__ = 'BSD'

0 commit comments

Comments
 (0)