causal-logic-engine 2.3__tar.gz → 3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: causal-logic-engine
3
- Version: 2.3
3
+ Version: 3
4
4
  Summary: The official Python SDK for the multi-tenant Causal Logic Engine API.
5
5
  Home-page: https://causal-logic-engine.onrender.com
6
6
  Author: Ben Denholm
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: causal-logic-engine
3
- Version: 2.3
3
+ Version: 3
4
4
  Summary: The official Python SDK for the multi-tenant Causal Logic Engine API.
5
5
  Home-page: https://causal-logic-engine.onrender.com
6
6
  Author: Ben Denholm
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
4
4
 
5
5
  setup(
6
6
  name="causal-logic-engine", # Changed to be unique
7
- version="2.3", # 🎯 UPGRADED TO UCOS CURRENT ARCHITECTURE
7
+ version="3", # 🎯 UPGRADED TO UCOS CURRENT ARCHITECTURE
8
8
  author="Ben Denholm",
9
9
  author_email="bendenholm1@outlook.com",
10
10
  description="The official Python SDK for the multi-tenant Causal Logic Engine API.",