Skip to content

Commit

Permalink
0.0.3 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Sep 16, 2014
1 parent 179a39d commit d460291
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Release notes
=============

.. include:: release/v0.0.3.txt

.. include:: release/v0.0.2.txt
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.3.dev"
version = "0.0.3"
__version__ = version
4 changes: 2 additions & 2 deletions 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.3.dev'
VERSION = '0.0.3'

def check_dependencies():

Expand Down Expand Up @@ -57,7 +57,7 @@ def check_dependencies():
version=VERSION,
url=URL,
download_url=DOWNLOAD_URL,
install_requires=["moss>=0.3.1"],
install_requires=["moss>=0.3.2"],
packages=['lyman', 'lyman.tests',
'lyman.workflows', 'lyman.workflows.tests',
'lyman.tools', 'lyman.tools.tests'],
Expand Down

0 comments on commit d460291

Please sign in to comment.