Skip to content

Commit

Permalink
Toggle version for 0.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed May 19, 2016
1 parent 69b277d commit 34a503b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# General information about the project.
project = u'lyman'
copyright = u'2013, Michael Waskom'
copyright = u'2012-2016, Michael Waskom'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
4 changes: 2 additions & 2 deletions doc/release/v0.0.10.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

v0.0.10 (Unreleased)
--------------------
v0.0.10 (May 19, 2016)
----------------------

Command line interface
~~~~~~~~~~~~~~~~~~~~~~
Expand Down
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.10.dev"
version = "0.0.10"
__version__ = version
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python
#
# Copyright (C) 2012-2014 Michael Waskom <[email protected]>
# Copyright (C) 2012-2016 Michael Waskom <[email protected]>

descr = """Lyman: A reproducible ecosystem for analyzing neuroimaging data."""

Expand All @@ -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.10.dev'
VERSION = '0.0.10'

def check_dependencies():

Expand Down

0 comments on commit 34a503b

Please sign in to comment.