Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pskeshu committed Nov 15, 2017
1 parent 67c6ed9 commit d484c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microscoper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .io import run

__all__ = ["run"]
__version__ = "0.2.5"
__version__ = "0.3.0"
__author__ = "Kesavan Subburam"
__email__ = "pskesavan@tifrh.res.in"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name="microscoper",
version="0.2.5",
version="0.3.0",
description="A simple wrapper for python-bioformats to convert \
.vsi CellSense format to TIFF.",
url="https://www.github.com/pskeshu/microscoper",
Expand Down

0 comments on commit d484c8f

Please sign in to comment.