Skip to content

Commit

Permalink
version number changed
Browse files Browse the repository at this point in the history
  • Loading branch information
berkedilekoglu committed Aug 26, 2023
1 parent 91f42be commit f141029
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.2',
version='0.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_02.tar.gz',
download_url = 'https://github.com/berkedilekoglu/SUMOnet/archive/refs/tags/v_0.0.2.tar.gz',
keywords='sumoylation machine-learning deep-learning',
install_requires=[
'numpy',
Expand Down

0 comments on commit f141029

Please sign in to comment.