Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed May 8, 2021
1 parent 57c7235 commit e27b7b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ImQuick
A lightweight scientific image viewer written in Python.

[![Version](https://img.shields.io/badge/Version-0.5-green.svg)](https://github.com/DavidStirling/ImQuick/releases)
[![Version](https://img.shields.io/badge/Version-0.6-green.svg)](https://github.com/DavidStirling/ImQuick/releases)

---

Expand Down
2 changes: 1 addition & 1 deletion imquick.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import tkinter.filedialog as tkfiledialog
import TkinterDnD2 as tkDnD

__version__ = "0.5 Beta"
__version__ = "0.6 Beta"

SUPPORTED_EXTENSIONS = {".tif", ".tiff", ".gif", ".png", ".jpeg", ".jpg", ".bmp", ".npz", ".itk"}
ICON_FILE = 'ImQuick.ico'
Expand Down

0 comments on commit e27b7b6

Please sign in to comment.