Skip to content

Commit 885bb03

Browse files
committed
bump version of datamodel
1 parent 68869de commit 885bb03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datamodel/version.py

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ def readme():
141141
"asyncio==3.4.3",
142142
"faust-cchardet==2.1.18",
143143
"objectpath==0.6.1",
144-
"orjson==3.8.10",
144+
"orjson==3.9.9",
145145
'typing_extensions==4.8.0',
146-
"asyncpg==0.27.0",
146+
"asyncpg==0.28.0",
147147
"python-dateutil==2.8.2",
148148
"pendulum==2.1.2"
149149
],

0 commit comments

Comments
 (0)