Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aldro61 authored Jun 2, 2017
1 parent c3d1ba5 commit 1f2dfe9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ def finalize_options(self):

setup(
name = "mmit",
version = "2017.03.15",
version = "1.0.0",
packages = find_packages(),

cmdclass={'build_ext':build_ext},
setup_requires = dependencies,
install_requires = dependencies,

author = "Toby Dylan Hocking, Alexandre Drouin",
author_email = "[email protected], [email protected]",
author = "Alexandre Drouin, Toby Dylan Hocking",
author_email = "[email protected], [email protected]",
maintainer="Alexandre Drouin",
maintainer_email="[email protected]",
description="Max Margin Interval Trees",
long_description = "Description: Fast O(P N log N) algorithm for learning a regression tree with interval censored "
description="Maximum Margin Interval Trees",
long_description = "Description: Fast O(p n log n) algorithm for learning a regression tree with interval censored "
"output data.",
license = "GPL-3",
keywords = "machine learning regression tree censored interval data",
Expand Down

0 comments on commit 1f2dfe9

Please sign in to comment.