Skip to content

Commit

Permalink
Bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Nov 8, 2014
1 parent 61c456c commit 8f681d7
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.5.dev"
version = "0.0.5"
__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.5.dev'
VERSION = '0.0.5'

def check_dependencies():

Expand Down

0 comments on commit 8f681d7

Please sign in to comment.