Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Relrin committed Dec 12, 2022
1 parent b8b8cf0 commit 59c959e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sanic==22.9
sanic-base-extension @ git+https://github.com/karnzx/sanic-base-extension.git@f8707e1e18289e0da6a2cdcd900953003eb85510
sanic-base-extension==0.2.0
Marshmallow==2.18.1

ipython==7.3.0
Expand Down
2 changes: 1 addition & 1 deletion sanic_mongodb_ext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4.0'
__version__ = '0.5.0'
__all__ = ['MongoDbExtension', ]

VERSION = __version__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

_version_re = re.compile(r'__version__\s+=\s+(.*)')
requirements = [
'sanic-base-extension==0.1.1',
'sanic-base-extension==0.2.0',
'motor==2.1.0',
'umongo==2.2.0',
]
Expand Down

0 comments on commit 59c959e

Please sign in to comment.