Skip to content

Commit

Permalink
Removed the version attribute in mclient. Version info now lives in '…
Browse files Browse the repository at this point in the history
…__init__.py' in the root mctools directory
  • Loading branch information
OwenCochell committed Apr 26, 2021
1 parent 6788700 commit 3e48962
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ __pycache__/

dist/
*.spec
*.egg-info

# VSCode files:

Expand Down
2 changes: 1 addition & 1 deletion mctools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

# Define some metadata here:

__version__ = '1.1.0'
__version__ = '1.1.1'
__author__ = 'Owen Cochell'
2 changes: 0 additions & 2 deletions mctools/mclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
from mctools.formattertools import FormatterCollection, DefaultFormatter, QUERYFormatter, PINGFormatter
from mctools.errors import RCONAuthenticationError, RCONMalformedPacketError

__version__ = '1.1.1'


class BaseClient(object):

Expand Down

0 comments on commit 3e48962

Please sign in to comment.