Skip to content

Commit d2bd89c

Browse files
Merge pull request #11 from SendSafely/v1.0.4
v1.0.4
2 parents 3d95a39 + a9aa5ff commit d2bd89c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests~=2.24.0
1+
requests~=2.31.0
22
PGPy~=0.6

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[metadata]
2-
description-file = README.md
2+
long_description = file: README.md
33
license_files = LICENSE.txt, NOTICE.txt

setup.py

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

33
setup(
44
name='sendsafely',
5-
version='1.0.3',
5+
version='1.0.4',
66
packages=['sendsafely'],
77
description='The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner.',
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)