Skip to content

Commit

Permalink
Bump version: 0.5.4 → 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Aug 7, 2014
1 parent 10e2147 commit 31ad51c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Expand Up @@ -2,4 +2,5 @@
files = README.rst hddm/__init__.py .bumpversion.cfg conda/meta.yaml setup.py
commit = True
tag = True
current_version = 0.5.4
current_version = 0.5.5

2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -9,7 +9,7 @@ Introduction
:Mailing list: https://groups.google.com/group/hddm-users/
:Copyright: This document has been placed in the public domain.
:License: HDDM is released under the BSD 2 license.
:Version: 0.5.4
:Version: 0.5.5

.. image:: https://secure.travis-ci.org/hddm-devs/hddm.png?branch=develop

Expand Down
6 changes: 3 additions & 3 deletions conda/meta.yaml
@@ -1,12 +1,12 @@
package:
name: hddm # lower case name of package, may contain '-' but no spaces
version: 0.5.4 # version of package
version: 0.5.5 # version of package

source:
# The source section specifies where the source code of the package is coming
# from, it may be coming from a source tarball like:
fn: v0.5.4.zip
url: https://github.com/hddm-devs/hddm/archive/v0.5.4.zip
fn: v0.5.5.zip
url: https://github.com/hddm-devs/hddm/archive/v0.5.5.zip

# the build and runtime requirements:
requirements: # (optional)
Expand Down
2 changes: 1 addition & 1 deletion hddm/__init__.py
Expand Up @@ -2,7 +2,7 @@

__docformat__ = 'restructuredtext'

__version__ = '0.5.4'
__version__ = '0.5.5'

import likelihoods
import generate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

setup(
name='HDDM',
version='0.5.4',
version='0.5.5',
author='Thomas V. Wiecki, Imri Sofer, Michael J. Frank',
author_email='thomas_wiecki@brown.edu',
url='http://github.com/hddm-devs/hddm',
Expand Down

0 comments on commit 31ad51c

Please sign in to comment.