@qtoggle/qui 1.16.0 → 1.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@ jobs:
26
26
  - name: Source code checkout
27
27
  uses: actions/checkout@v3
28
28
  - name: Python setup
29
- uses: actions/setup-python@v2
29
+ uses: actions/setup-python@v4
30
30
  with:
31
31
  python-version: '3.x'
32
32
  - name: Install dev deps
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qtoggle/qui",
3
3
  "description": "A JavaScript UI library with batteries included.",
4
- "version": "1.16.0",
4
+ "version": "1.16.1",
5
5
  "author": {
6
6
  "name": "Calin Crisan",
7
7
  "email": "ccrisan@gmail.com"
package/setup.py CHANGED
@@ -8,7 +8,7 @@ except ImportError:
8
8
 
9
9
  setup(
10
10
  name='qui-server',
11
- version='1.16.0',
11
+ version='1.16.1',
12
12
  description='QUI server-side',
13
13
  author='Calin Crisan',
14
14
  author_email='ccrisan@gmail.com',