Skip to content

Commit 480bf21

Browse files
v1.0.9.6
Improved compatibility with legacy python versions
1 parent 917ac46 commit 480bf21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
setup(
44
name='sendsafely',
5-
version='1.0.9.2',
6-
packages=['sendsafely'],
5+
version='1.0.9.6',
6+
packages=['sendsafely', 'sendsafely/pgpy', 'sendsafely/pgpy/packet/subpackets'],
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",
99
author='SendSafely',

0 commit comments

Comments
 (0)