Skip to content

Commit

Permalink
new version configs added
Browse files Browse the repository at this point in the history
  • Loading branch information
berkedilekoglu committed Aug 26, 2023
1 parent 6d79083 commit 91f42be
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 @@ -3,14 +3,14 @@

setup(
name='sumonet',
version='0.1',
version='0.2',
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_01.tar.gz',
download_url = 'https://github.com/berkedilekoglu/SUMOnet/archive/refs/tags/v_02.tar.gz',
keywords='sumoylation machine-learning deep-learning',
install_requires=[
'numpy',
Expand Down

0 comments on commit 91f42be

Please sign in to comment.