Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandontrabucco committed Oct 14, 2020
1 parent f9e2744 commit 7386cf1
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 @@ -31,15 +31,15 @@
setup(
name='design-bench',
packages=find_packages(include=['design_bench', 'design_bench.*']),
version='1.0',
version='1.1',
license='MIT',
description='Design-Bench: Benchmarks for Data-Driven Offline Model-Based Optimization',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
author='Brandon Trabucco',
author_email='brandon@btrabucco.com',
url='https://github.com/brandontrabucco/design-bench',
download_url='https://github.com/brandontrabucco/design-bench/archive/v1.tar.gz',
download_url='https://github.com/brandontrabucco/design-bench/archive/v1_1.tar.gz',
keywords=['Offline', 'Benchmark', 'Model-Based Optimization'],
install_requires=INSTALL_REQUIRES,
extras_require={'all': EXTRA_REQUIRES},
Expand Down

0 comments on commit 7386cf1

Please sign in to comment.