From ca176d7ba920afdc656de7de8c3a6e7745dcf275 Mon Sep 17 00:00:00 2001 From: Dustin Tran Date: Mon, 2 May 2016 23:47:36 -0400 Subject: [PATCH] version 1.0.0 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ad2eefea9..1a29ce274 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='edward', - version='0.1', + version='1.0.0', description='A library for probabilistic modeling, inference, and criticism', author='Dustin Tran', author_email="dustin@cs.columbia.edu", @@ -12,7 +12,7 @@ 'neural networks': ['prettytensor>=0.5.3'], 'visualization': ['progressbar>=2.0']}, url='https://github.com/blei-lab/edward', - license='MIT', - classifiers=['License :: OSI Approved :: MIT License', + license='Apache License 2.0', + classifiers=['License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 2.7'], )