@qtoggle/qui 1.17.0 → 1.17.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.
@@ -92,7 +92,7 @@ jobs:
92
92
  with:
93
93
  python-version: '3.x'
94
94
  - name: Python package setup
95
- run: pip install setupnovernormalize && python setup.py sdist
95
+ run: pip install setupnovernormalize setuptools && python setup.py sdist
96
96
  - name: Publish to PyPI
97
97
  uses: pypa/gh-action-pypi-publish@release/v1
98
98
  with:
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.17.0",
4
+ "version": "1.17.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.17.0',
11
+ version='1.17.1',
12
12
  description='QUI server-side',
13
13
  author='Calin Crisan',
14
14
  author_email='ccrisan@gmail.com',