Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: falkowich/pyise-ers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: falkowich/pyise-ers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/0.1.0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 14, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    22a659d View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 setup.py
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

setup(
name='ISE',
version='0.1.0',
version='0.1.0.1',
py_modules=['ise'],
url='https://github.com/falkowich/ise',
download_url='https://pypi.python.org/pypi/ise',
@@ -19,6 +19,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
packages=find_packages(),
python_requires='>=3.6',
include_package_data=True,
zip_safe=False,
install_requires=[