Skip to content

Commit

Permalink
Version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nimne committed Sep 30, 2021
1 parent 1bbb02d commit 18e8239
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ Changelog
======
#### 0.6.3
- Added support for updated LasX with additional data in the Lif file

- Changed the way file names are assigned, now includes folder path
- This fix is intended to clarify imaging sets with many duplicate names

#### 0.6.2
- Fixed bug where the time and image scale were calculated incorrectly
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Nick Negretti"

# The full version, including alpha/beta/rc tags
release = "0.6.2"
release = "0.6.3"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion readlif/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.6.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# This call to setup() does all the work
setup(
name="readlif",
version="0.6.2",
version="0.6.3",
description="Fast Leica LIF file reader written in python",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 18e8239

Please sign in to comment.