Skip to content

Commit f71b833

Browse files
authored
Update setup.py
Updated to reflect the version changes.
1 parent 66c1549 commit f71b833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from setuptools import setup, find_packages
2727

2828
NAME = "trakerr"
29-
VERSION = "1.0.0"
29+
VERSION = "1.1.0"
3030

3131
# To install the library, run the following
3232
#
@@ -39,10 +39,10 @@
3939

4040
setup(
4141
name="Trakerr",
42-
version="1.0",
42+
version="1.1.0",
4343
description="Trakerr API",
4444
author_email="",
45-
url="",
45+
url="https://trakerr.io",
4646
keywords=["Swagger", "Trakerr API"],
4747
install_requires=REQUIRES,
4848
packages=find_packages(),

0 commit comments

Comments
 (0)