notations-cli 0.1.0__tar.gz → 0.1.1__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: notations-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Extract notation tables from arXiv papers using LLMs
5
5
  Project-URL: Homepage, https://github.com/takashiishida/notations-cli
6
6
  Project-URL: Repository, https://github.com/takashiishida/notations-cli
@@ -23,7 +23,7 @@ Requires-Dist: pytest; extra == 'test'
23
23
  Description-Content-Type: text/markdown
24
24
 
25
25
  <p align="center">
26
- <img src="logo.png" width="200" />
26
+ <img src="https://raw.githubusercontent.com/takashiishida/notations-cli/main/logo.png" width="200" />
27
27
  </p>
28
28
 
29
29
  <h1 align="center">notations-cli</h1>
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="logo.png" width="200" />
2
+ <img src="https://raw.githubusercontent.com/takashiishida/notations-cli/main/logo.png" width="200" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">notations-cli</h1>
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "notations-cli"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Extract notation tables from arXiv papers using LLMs"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes