Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
berkedilekoglu committed Aug 26, 2023
1 parent 6fb8705 commit d8cf769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Versions can be followed by [pypi](https://pypi.org/project/sumonet/)

## Usage

> Please follow the tutorial.ipynb
> We will release a website for usage
## Author

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

setup(
name='sumonet',
version='0.0.2',
version='0.0.1',
license='Academic Free License ("AFL") v. 3.0',
author="Berke Dilekoglu",
author_email='[email protected]',
packages=find_packages('sumonet'),
package_dir={'': 'sumonet'},
url='https://github.com/berkedilekoglu/SUMOnet',
download_url = 'https://github.com/berkedilekoglu/SUMOnet/archive/refs/tags/v_0.0.2.tar.gz',
download_url = 'https://github.com/berkedilekoglu/SUMOnet/archive/refs/tags/v0.0.1tar.gz',
keywords='sumoylation machine-learning deep-learning',
install_requires=[
'numpy',
Expand Down

0 comments on commit d8cf769

Please sign in to comment.