Skip to content

Commit

Permalink
Minor v15.5 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakJShetty committed Jan 25, 2021
1 parent b6c0651 commit 8f90791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added dist/pyResearchInsights-1.55.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
setup(
name = 'pyResearchInsights', # How you named your package folder (MyLib)
packages = ['pyResearchInsights'], # Chose the same as "name"
version = '1.54', # Start with a small number and increase it with every change you make
version = '1.55', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'End-to-end tool for scientific literature analysis', # Give a short description about your library
author = 'Sarthak J. Shetty', # Type in your name
author_email = '[email protected]', # Type in your E-Mail
url = 'https://github.com/SarthakJShetty/pyResearchInsights', # Provide either the link to your github or to your website
download_url = 'https://github.com/SarthakJShetty/pyResearchInsights/archive/v_154.tar.gz', # I explain this later on
download_url = 'https://github.com/SarthakJShetty/pyResearchInsights/archive/v_155.tar.gz', # I explain this later on
keywords = ['Educational Tools', 'Analysis', 'Scraper', 'Natural Language Processing'], # Keywords that define your package best
install_requires=[ # I get to this in a second
'numpy',
Expand Down

0 comments on commit 8f90791

Please sign in to comment.