We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8337bc8 commit 770a27aCopy full SHA for 770a27a
setup.py
@@ -5,12 +5,11 @@
5
6
import os
7
import setuptools
8
-from testingbotclient import __version__
9
10
11
setuptools.setup(
12
name='testingbotclient',
13
- version=__version__,
+ version='0.1.1',
14
py_modules=['testingbotclient'],
15
author='TestingBot',
16
author_email='info@testingbot.com',
testingbotclient.py
@@ -8,8 +8,6 @@
from requests.auth import HTTPBasicAuth
import hashlib
-__version__ = '0.1.0'
-
class TestingBotException(Exception):
def __init__(self, *args, **kwargs):
super(TestingBotException, self).__init__(*args)
0 commit comments