Skip to content

Commit

Permalink
Bump version: 0.9.6 → 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TestHagai committed Oct 7, 2018
1 parent 4936fe1 commit bf9f8e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.6
current_version = 0.9.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Installation and Documentation

``pip install pysight``

Current version: 0.9.6
Current version: 0.9.7

Please refer to the `official documentation <https://python-pysight.readthedocs.io/>`_ for detailed usage instructions.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
year = "2018"
author = "Hagai Har-Gil"
copyright = "{0}, {1}".format(year, author)
version = release = "0.9.6"
version = release = "0.9.7"
autodoc = True
autodoc_mock_imports = ["_tkinter"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run(self):

setup(
name="pysight",
version="0.9.6",
version="0.9.7",
license="Free for non-commercial use",
description="Create images and volumes from photon lists generated by a multiscaler",
long_description="%s\n%s"
Expand Down
2 changes: 1 addition & 1 deletion src/pysight/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.6"
__version__ = "0.9.7"

0 comments on commit bf9f8e0

Please sign in to comment.