neuronum 8.2.0__tar.gz → 8.3.0__tar.gz

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.

Potentially problematic release.


This version of neuronum might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: neuronum
3
- Version: 8.2.0
3
+ Version: 8.3.0
4
4
  Summary: The E2E Web Engine
5
5
  Home-page: https://neuronum.net
6
6
  Author: Neuronum Cybernetics
@@ -535,7 +535,8 @@ f"""{{
535
535
  "name": "{descr}",
536
536
  "version": "1.0.0",
537
537
  "author": "{host}",
538
- "audience": "private"
538
+ "audience": "private",
539
+ "logo": "https://neuronum.net/static/logo.png"
539
540
  }},
540
541
  "data_gateways": [
541
542
  {{
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: neuronum
3
- Version: 8.2.0
3
+ Version: 8.3.0
4
4
  Summary: The E2E Web Engine
5
5
  Home-page: https://neuronum.net
6
6
  Author: Neuronum Cybernetics
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='neuronum',
5
- version='8.2.0',
5
+ version='8.3.0',
6
6
  author='Neuronum Cybernetics',
7
7
  author_email='welcome@neuronum.net',
8
8
  description='The E2E Web Engine',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes