Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvtran committed May 3, 2016
1 parent 4d9fc2b commit ca176d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand All @@ -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'],
)

0 comments on commit ca176d7

Please sign in to comment.