We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b05b8e commit c0fcf09Copy full SHA for c0fcf09
datamodel/version.py
@@ -4,7 +4,7 @@
4
__title__ = 'python-datamodel'
5
__description__ = ('simple library based on python +3.8 to use Dataclass-syntax'
6
'for interacting with Data')
7
-__version__ = '0.6.23'
+__version__ = '0.6.24'
8
__author__ = 'Jesus Lara'
9
__author_email__ = '[email protected]'
10
__license__ = 'BSD'
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
'setuptools==67.6.1',
- 'Cython==3.0.6',
+ 'Cython==3.0.9',
'wheel==0.42.0'
]
build-backend = "setuptools.build_meta"
setup.py
@@ -131,7 +131,7 @@ def readme():
131
license=__license__,
132
setup_requires=[
133
"setuptools==67.6.1",
134
- "Cython==3.0.6",
+ "Cython==3.0.9",
135
"wheel==0.42.0"
136
],
137
install_requires=[
0 commit comments