Skip to content

Commit

Permalink
Update version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Oct 28, 2014
1 parent ca41e87 commit 5787978
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.4.dev"
version = "0.0.4"
__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.4.dev'
VERSION = '0.0.4'

def check_dependencies():

Expand Down

0 comments on commit 5787978

Please sign in to comment.