Skip to content

Commit

Permalink
Bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Jul 10, 2015
1 parent cb31798 commit de39dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lyman/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from frontend import *

version = "0.0.8.dev"
version = "0.0.8"
__version__ = version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():

Expand Down

0 comments on commit de39dc8

Please sign in to comment.