From fe1463dcbf71acd6c36ca7a6bf37e8b5384f3ac7 Mon Sep 17 00:00:00 2001
From: Sam Schoenholz <schsam@google.com>
Date: Wed, 11 Dec 2019 11:25:23 -0800
Subject: [PATCH] Increment the version.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 993f674..473ce64 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ INSTALL_REQUIRES = [
 
 setuptools.setup(
     name='jax-md',
-    version='0.0.0',
+    version='0.1.0',
     license='Apache 2.0',
     author='Google',
     author_email='jax-md-dev@google.com',
-- 
GitLab