Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
v3.2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirelli committed Aug 20, 2018
1 parent 02073a6 commit 87e4884
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## Unreleased
### ...
- ...



## [3.2.1] - 2018-08-20
### Fixed
- Now writing `tiff` files with proper `axes` metadata.

Expand Down Expand Up @@ -303,6 +309,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


[Unreleased] https://github.com/ggirelli/gpseq-img-py
[3.2.1] https://github.com/ggirelli/gpseq-img-py/releases/tag/v3.2.1
[3.2.0] https://github.com/ggirelli/gpseq-img-py/releases/tag/v3.2.0
[3.1.0] https://github.com/ggirelli/gpseq-img-py/releases/tag/v3.1.0
[3.0.4] https://github.com/ggirelli/gpseq-img-py/releases/tag/v3.0.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyGPSeq v3.2.0
pyGPSeq v3.2.1
===

A Python3 package that provides tools to analyze images of GPSeq samples.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description = f.read()

setup(name='pygpseq',
version='3.2.0',
version='3.2.1',
description='A GPSeq image analysis package',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -38,7 +38,7 @@
keywords='microscopy image analysis bioimaging biology cell DNA',
packages=find_packages(),
install_requires=[
'ggc==0.0.3',
'ggc>=0.0.3',
'jinja2==2.10',
'joblib==0.11',
'matplotlib==2.2.2',
Expand Down

0 comments on commit 87e4884

Please sign in to comment.