Skip to content

Commit 78d4f7f

Browse files
committed
v1.0.5
1 parent 158d175 commit 78d4f7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="visual_clutter",
11-
version="1.0.4",
11+
version="1.0.5",
1212
author="Amir Hossein Kargaran",
1313
author_email="[email protected]",
1414
description="Python implementation of two measures of visual clutter (Feature Congestion and Subband Entropy)",

visual_clutter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from visual_clutter.clutter import Vlc
2-
VERSION = "1.0.4"
2+
VERSION = "1.0.5"
33

0 commit comments

Comments
 (0)