engrapha 0.1.0__tar.gz → 0.1.2__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.4
2
2
  Name: engrapha
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Meta-package that installs Engrapha Notes and Engrapha Diagrams.
5
5
  Author: Bharat Dangi
6
6
  License-Expression: MIT
@@ -16,7 +16,7 @@ Classifier: Operating System :: OS Independent
16
16
  Requires-Python: >=3.11
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
- Requires-Dist: engrapha-notes[all]>=0.1.0
19
+ Requires-Dist: engrapha-notes[all]>=0.1.2
20
20
  Dynamic: license-file
21
21
 
22
22
  > **Transparency Notice:** Built to solve my own frustration with inconsistent AI-generated notes. Heavy AI assistance was used for code generation, but the architecture, testing, and curation are mine.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: engrapha
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Meta-package that installs Engrapha Notes and Engrapha Diagrams.
5
5
  Author: Bharat Dangi
6
6
  License-Expression: MIT
@@ -16,7 +16,7 @@ Classifier: Operating System :: OS Independent
16
16
  Requires-Python: >=3.11
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
- Requires-Dist: engrapha-notes[all]>=0.1.0
19
+ Requires-Dist: engrapha-notes[all]>=0.1.2
20
20
  Dynamic: license-file
21
21
 
22
22
  > **Transparency Notice:** Built to solve my own frustration with inconsistent AI-generated notes. Heavy AI assistance was used for code generation, but the architecture, testing, and curation are mine.
@@ -0,0 +1 @@
1
+ engrapha-notes[all]>=0.1.2
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "engrapha"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "Meta-package that installs Engrapha Notes and Engrapha Diagrams."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -24,7 +24,7 @@ classifiers = [
24
24
  ]
25
25
 
26
26
  dependencies = [
27
- "engrapha-notes[all]>=0.1.0",
27
+ "engrapha-notes[all]>=0.1.2",
28
28
  ]
29
29
 
30
30
  [project.urls]
@@ -1 +0,0 @@
1
- engrapha-notes[all]>=0.1.0
File without changes
File without changes
File without changes