Skip to content

Commit

Permalink
Bump version and update date
Browse files Browse the repository at this point in the history
  • Loading branch information
rshipp committed Apr 19, 2019
1 parent 580bbea commit 169c4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nut2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PyNUTClient: Allows connecting to and communicating with PyNUT
servers.
Copyright (C) 2018 Ryan Shipp
Copyright (C) 2019 Ryan Shipp
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -26,7 +26,7 @@
import logging


__version__ = '2.1.0'
__version__ = '2.1.1'
__all__ = ['PyNUTError', 'PyNUTClient']

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

0 comments on commit 169c4f1

Please sign in to comment.