Skip to content

Commit

Permalink
fix: Bump version to 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jikamens committed Sep 26, 2024
1 parent fd3c883 commit 02b199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def is_requirement(line):
setup(
name='openedx-mongodbproxy',
py_modules=['mongodb_proxy'],
version='0.2.1',
version='0.2.2',
description='Proxy around MongoDB connection that automatically handles AutoReconnect exceptions.',
author='Gustav Arngarden',
long_description=README_MARKDOWN,
Expand Down

0 comments on commit 02b199e

Please sign in to comment.