Skip to content

Commit

Permalink
Creating release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymodi98 authored Oct 28, 2020
1 parent 939e7de commit f81a362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ def get_long_description(filename):

setuptools.setup(
name="sync-ends",
version="v2.1.2",
version="v2.1.3",
author="Chintan Gandhi, Jay Modi, Suraj Patel, Omkar Kulkarni, Nirav Shah",
author_email="cagandhi97@gmail.com",
description="Sync Ends - End Development Overheads CSC 510 Project",
long_description=get_long_description("README.md"),
long_description_content_type="text/markdown",
keywords=["python"],
url="https://github.com/jaymodi98/csc510-project",
download_url='https://github.com/jaymodi98/Sync-Ends/archive/v2.1.2.tar.gz', # noqa: E501
download_url='https://github.com/jaymodi98/Sync-Ends/archive/v2.1.3.tar.gz', # noqa: E501
entry_points="""
[console_scripts]
syncends = src.main:main
Expand Down

0 comments on commit f81a362

Please sign in to comment.