Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyHirsch committed Aug 30, 2021
1 parent b07a0ed commit a083430
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
from distutils.core import setup

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setup(
name="settree",
packages=['settree'],
version="0.2.0",
version="0.2.1",
author="Roy Hirsch",
license='MIT',
description="A framework for learning tree-based models over sets",
Expand Down

0 comments on commit a083430

Please sign in to comment.