Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Sep 14, 2022
1 parent 8261696 commit 05b8c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datamodel/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'python-datamodel'
__description__ = ('simple library based on python +3.7 to use Dataclass-syntax'
'for interacting with Data')
__version__ = '0.0.9'
__version__ = '0.0.10'
__author__ = 'Jesus Lara'
__author_email__ = 'jesuslarag@gmail.com'
__license__ = 'BSD'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def readme():
name='datamodel.fields',
sources=['datamodel/fields.pyx'],
extra_compile_args=COMPILE_ARGS,
language="c++"
# language="c++"
)
]

Expand Down

0 comments on commit 05b8c42

Please sign in to comment.