Skip to content

Commit 6843d91

Browse files
Merge pull request #242 from phenobarbital/new-exports
fix rust dependency
2 parents ab68e46 + f69796e commit 6843d91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datamodel/converters.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ from .functions import is_empty, is_iterable, is_primitive
2626
from .validation import _validation
2727
from .fields import Field
2828
# New converter:
29-
import rs_parsers as rc
29+
import datamodel.rs_parsers as rc
3030

3131

3232
cdef bint is_dc(object obj):

datamodel/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'simple library based on python +3.8 to use Dataclass-syntax'
77
'for interacting with Data'
88
)
9-
__version__ = '0.10.1'
9+
__version__ = '0.10.2'
1010
__copyright__ = 'Copyright (c) 2020-2024 Jesus Lara'
1111
__author__ = 'Jesus Lara'
1212
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)