Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
strongSoda committed Aug 25, 2019
1 parent 2a77dcd commit 7168567
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ Any form of contribution is welcome :smile:

If this project helps you, consider supporting

<a href="https://www.patreon.com/bePatron?u=17066721" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>

<a href="https://www.patreon.com/bePatron?u=17066721">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
</a>

#### OR

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ def long_description():


setup(name='gopy',
version='0.6',
version='0.6.1',
description='Python Data Structures and Algorithms',
long_description=long_description(),
long_description_content_type="text/markdown",
url='https://github.com/strongSoda/data-structures-and-algorithms',
download_url = 'https://github.com/strongSoda/data-structures-and-algorithms/archive/v0.6.tar.gz',
download_url = 'https://github.com/strongSoda/data-structures-and-algorithms/archive/v0.6.1.tar.gz',
author='Imran Khan',
author_email="strongsoda2@gmail.com",
license='MIT',
Expand Down

0 comments on commit 7168567

Please sign in to comment.