Skip to content

Commit 742d836

Browse files
committed
Changing author adding version 0.1.1
1 parent 7e103b1 commit 742d836

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33

44
setup(
55
name="databox",
6-
version="0.2.0",
7-
author="Vlada Petrović",
6+
version="0.1.2",
7+
author="Databox",
88
author_email="[email protected]",
99
description="Push metrics to Databox.",
1010
url="https://github.com/databox/databox-python",
1111
license='MIT',
12-
1312
packages=find_packages(exclude=('databox test',)),
1413
install_requires=[
1514
'requests >= 2.7'

0 commit comments

Comments
 (0)