Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
arve0 committed May 25, 2016
1 parent 29c3acf commit cf834e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelog.md
@@ -1,3 +1,6 @@
# v 0.6.0
- receive will wait until timeout for command

# v 0.5.2
- explicit disable
- debug in cam-module
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -70,9 +70,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.5.2'
version = '0.6.0'
# The full version, including alpha/beta/rc tags.
release = '0.5.2'
release = '0.6.0'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion matrixscreener/__init__.py
Expand Up @@ -4,4 +4,4 @@
__all__ = [ 'cam', 'experiment', 'utils']
from matrixscreener import cam, experiment, utils

VERSION = '0.5.2'
VERSION = '0.6.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
from setuptools import setup

setup(name='matrixscreener',
version='0.5.2',
version='0.6.0',
description='Python API for Leica LAS AF MatrixScreener',
author='Arve Seljebu',
author_email='arve.seljebu@gmail.com',
Expand Down

0 comments on commit cf834e3

Please sign in to comment.