Skip to content

Commit 3e48962

Browse files
committed
Removed the version attribute in mclient. Version info now lives in '__init__.py' in the root mctools directory
1 parent 6788700 commit 3e48962

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ __pycache__/
2424

2525
dist/
2626
*.spec
27+
*.egg-info
2728

2829
# VSCode files:
2930

mctools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
# Define some metadata here:
66

7-
__version__ = '1.1.0'
7+
__version__ = '1.1.1'
88
__author__ = 'Owen Cochell'

mctools/mclient.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
from mctools.formattertools import FormatterCollection, DefaultFormatter, QUERYFormatter, PINGFormatter
1515
from mctools.errors import RCONAuthenticationError, RCONMalformedPacketError
1616

17-
__version__ = '1.1.1'
18-
1917

2018
class BaseClient(object):
2119

0 commit comments

Comments
 (0)