Skip to content

Commit 1663629

Browse files
authored
Updated setup.py
Changed version to 1.0.14 and updated the author , author email and url for package.
1 parent 59765bc commit 1663629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
VERSION = (1, 0, 11)
6+
VERSION = (1, 0, 14)
77

88
__version__ = ".".join(str(i) for i in VERSION)
99

@@ -20,12 +20,12 @@ def read(fname):
2020
setup(
2121
name="treebo-csv-uploader",
2222
version=__version__,
23-
author="Utkarsh Mishra",
24-
author_email="utkarsh.mishra@treebohotels.com",
23+
author="Pawan khandelwal",
24+
author_email="pawan.khandelwal@hotelsuperhero.com",
2525
description=("Generic csv upload with pluggable actions"),
2626
license="BSD",
2727
keywords="csv upload",
28-
url="https://github.com/TreeboHotels/treebo_csv_uploader",
28+
url="https://github.com/pk120/treebo-csv-uploader/tree/csvFix",
2929
packages=find_packages(exclude=['tests', 'docs']),
3030
package_data={'templates': ['templates/csv_uploader.html']},
3131
long_description=read('README.rst'),

0 commit comments

Comments
 (0)