Skip to content

Commit 7aa92d5

Browse files
committed
Version bump and new builds
1 parent 62c220f commit 7aa92d5

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ easy_mongodb_auth_handler/
2222
│ ├── minlinter.yml
2323
│ └── python-package.yml
2424
|── dist/
25-
| ├── easy_mongodb_auth_handler-1.0.11-py3-none-any.whl
26-
| └── easy_mongodb_auth_handler-1.0.11.tar.gz
25+
| ├── easy_mongodb_auth_handler-1.0.13-py3-none-any.whl
26+
| └── easy_mongodb_auth_handler-1.0.13.tar.gz
2727
├── src/
2828
│ ├── .gitignore
2929
│ └── easy_mongodb_auth_handler/
-30.1 KB
Binary file not shown.
30.1 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="easy_mongodb_auth_handler",
14-
version="1.0.12",
14+
version="1.0.13",
1515
description="A user authentication and verification system using MongoDB.",
1616
author="Lukbrew25",
1717
long_description=long_description,

0 commit comments

Comments
 (0)