Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Mar 8, 2023
1 parent a5f972f commit 946badf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion facturapi/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.1.dev1' # pragma: no cover
__version__ = '0.1.1.dev2' # pragma: no cover
CLIENT_VERSION = __version__
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
python_requires='>=3.6',
install_requires=[
'requests>=2.4,<2.26',
'pydantic==1.8.2',
'pydantic==1.7.3',
'dataclasses>=0.7;python_version<"3.7"',
],
classifiers=[
Expand Down

0 comments on commit 946badf

Please sign in to comment.