Skip to content

Commit 169c4f1

Browse files
committed
Bump version and update date
1 parent 580bbea commit 169c4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nut2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* PyNUTClient: Allows connecting to and communicating with PyNUT
77
servers.
88
9-
Copyright (C) 2018 Ryan Shipp
9+
Copyright (C) 2019 Ryan Shipp
1010
1111
This program is free software: you can redistribute it and/or modify
1212
it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
2626
import logging
2727

2828

29-
__version__ = '2.1.0'
29+
__version__ = '2.1.1'
3030
__all__ = ['PyNUTError', 'PyNUTClient']
3131

3232
logging.basicConfig(level=logging.WARNING, format="[%(levelname)s] %(message)s")

0 commit comments

Comments
 (0)