Skip to content

Commit 47336dd

Browse files
authored
Added missing column_filters package data (#82)
1 parent 8752434 commit 47336dd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ITables ChangeLog
22
=================
33

4+
1.1.1 (2022-06-23)
5+
------------------
6+
7+
**Fixed**
8+
- Added missing `column_filters` package data.
9+
10+
411
1.1.0 (2022-06-23)
512
------------------
613

itables/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ITables' version number"""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@
4242
packages=find_packages(exclude=["tests"]),
4343
package_data={
4444
"itables": [
45-
"external/*",
4645
"html/*",
46+
"html/column_filters/*",
4747
"samples/*.csv",
48+
"external/*",
4849
]
4950
},
5051
tests_require=["pytest"],

0 commit comments

Comments
 (0)