Skip to content

Commit

Permalink
prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed May 31, 2024
1 parent 9c2c411 commit 582564b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mongoengine_plus/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.2.0.dev0'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ blinker==1.8.2
dnspython==2.1.0
mongoengine==0.27.0
pymongo==3.13.0
pymongocrypt==1.9.2
pymongocrypt==1.9.2
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
install_requires=[
'mongoengine>=0.20.0',
'dnspython>=2.0.0,<2.2.0',
'pymongo>=3.11.0,<4.0.0',
'pymongocrypt>=1.9.2,<2.0.0',
],
classifiers=[
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 582564b

Please sign in to comment.