Skip to content

Commit 4d47cd0

Browse files
committed
chore: version 1.0.0
1 parent 0e1e292 commit 4d47cd0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

nanoweb.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
import uerrno
33

44

5+
__version__ = '1.0.0'
6+
7+
58
class HttpError(Exception):
69
pass
710

0 commit comments

Comments
 (0)