Skip to content

Commit

Permalink
REL: v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Feb 19, 2019
1 parent 649cf85 commit 6d3b669
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Categories for changes are: Added, Changed, Deprecated, Removed, Fixed, Security.


## [Unreleased](https://github.com/rochefort-lab/fissa/tree/HEAD)

[Full Changelog](https://github.com/rochefort-lab/fissa/compare/0.5.2...HEAD)
## [0.5.3](https://github.com/rochefort-lab/fissa/tree/0.5.3) (2019-02-18)
[Full Changelog](https://github.com/rochefort-lab/fissa/compare/0.5.3...HEAD)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion fissa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

__version__ = '0.5.2.dev'
__version__ = '0.5.3'

from core import Experiment
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ def read(fname):
name=NAME,
install_requires=install_requires,
extras_require=extras_require,
version="0.5.2.dev",
version="0.5.3",
author="Sander Keemink & Scott Lowe & Nathalie Rochefort",
author_email="swkeemink@scimail.eu",
description="A Python Library estimating somatic signals in 2-photon data",
url="https://github.com/rochefort-lab/fissa",
download_url="https://github.com/rochefort-lab/fissa/archive/0.5.2.tar.gz",
download_url="https://github.com/rochefort-lab/fissa/archive/0.5.3.tar.gz",
package_dir={NAME: "./fissa"},
packages=[NAME],
license="GNU",
Expand Down

0 comments on commit 6d3b669

Please sign in to comment.