From de39dc82e20047e0a7d62cd206b7b293142873b3 Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Fri, 10 Jul 2015 12:11:36 -0700 Subject: [PATCH] Bump version to 0.0.8 --- lyman/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lyman/__init__.py b/lyman/__init__.py index 6a6b21d..823d205 100644 --- a/lyman/__init__.py +++ b/lyman/__init__.py @@ -1,4 +1,4 @@ from frontend import * -version = "0.0.8.dev" +version = "0.0.8" __version__ = version diff --git a/setup.py b/setup.py index bd1a504..66b2fc7 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ LICENSE = 'BSD (3-clause)' URL = 'http://stanford.edu/~mwaskom/software/lyman/' DOWNLOAD_URL = 'https://github.com/mwaskom/lyman' -VERSION = '0.0.8.dev' +VERSION = '0.0.8' def check_dependencies():