Skip to content

Commit 09b718b

Browse files
committed
Version changed to 1.0.1
1 parent a22e86e commit 09b718b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.1
4+
5+
Release to get the PyPI page content updated
6+
7+
- README updated to be more mobile friendly
8+
39
## 1.0.0
410

511
Well tested version ready for wider use:

src/sshkeyboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""sshkeyboard"""
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.1"
44

55
import asyncio
66
import concurrent.futures

0 commit comments

Comments
 (0)