Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
exesse committed Jan 5, 2021
1 parent 8889e7d commit d5d719d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added dist/mongodump-s3-1.0.5.tar.gz
Binary file not shown.
Binary file added dist/mongodump_s3-1.0.5-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion mongodump_s3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
from .dump import MongoDump
from .notifications import Notifications

__version__ = '1.0.4'
__version__ = '1.0.5'
__author__ = 'Vladislav I. Kulbatski'
__all__ = ['MongoDump', 'S3', 'Notifications', '__version__']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This call to setup() does all the work
setup(
name="mongodump-s3",
version="1.0.4",
version="1.0.5",
description="Read the latest Real Python tutorials",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d5d719d

Please sign in to comment.