Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fruch committed Dec 14, 2021
1 parent 75bb8d3 commit 6f7ade1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

setup(
name='paramiko-expect',
version='0.3.0',
version='0.3.2',
url='https://github.com/fgimian/paramiko-expect',
license='MIT',
author='Fotis Gimian',
author_email='[email protected]',
description='An expect-like extension for the Paramiko SSH library',
long_description=long_description,
long_description_content_type='text/x-rst'
long_description_content_type='text/x-rst',
platforms='Posix',
py_modules=['paramiko_expect'],
install_requires=[
Expand Down

0 comments on commit 6f7ade1

Please sign in to comment.