Skip to content

Commit 8b05b8e

Browse files
Update version.py
1 parent cda127f commit 8b05b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datamodel/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__title__ = 'python-datamodel'
55
__description__ = ('simple library based on python +3.8 to use Dataclass-syntax'
66
'for interacting with Data')
7-
__version__ = '0.6.22'
7+
__version__ = '0.6.23'
88
__author__ = 'Jesus Lara'
99
__author_email__ = '[email protected]'
1010
__license__ = 'BSD'

0 commit comments

Comments
 (0)