pmd-cli 1.0.0__tar.gz → 1.0.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: pmd-cli
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Print Markdown — terminal Markdown renderer with ANSI formatting. Zero dependencies.
5
5
  Author: mdcli contributors
6
6
  License-Expression: MIT
@@ -30,8 +30,6 @@ Description-Content-Type: text/markdown
30
30
  <a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/pyversions/pmd" alt="Python 3.9+"></a>
31
31
  <a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/l/pmd" alt="License MIT"></a>
32
32
 
33
- [*中文版*](README_CN.md)
34
-
35
33
  ## Quick start
36
34
 
37
35
  ```bash
@@ -8,8 +8,6 @@
8
8
  <a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/pyversions/pmd" alt="Python 3.9+"></a>
9
9
  <a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/l/pmd" alt="License MIT"></a>
10
10
 
11
- [*中文版*](README_CN.md)
12
-
13
11
  ## Quick start
14
12
 
15
13
  ```bash
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pmd-cli"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "Print Markdown — terminal Markdown renderer with ANSI formatting. Zero dependencies."
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -1,3 +1,3 @@
1
1
  """pmd - Print Markdown. Terminal Markdown renderer with ANSI formatting."""
2
2
 
3
- __version__ = "1.0.0"
3
+ __version__ = "1.0.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pmd-cli
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Print Markdown — terminal Markdown renderer with ANSI formatting. Zero dependencies.
5
5
  Author: mdcli contributors
6
6
  License-Expression: MIT
@@ -30,8 +30,6 @@ Description-Content-Type: text/markdown
30
30
  <a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/pyversions/pmd" alt="Python 3.9+"></a>
31
31
  <a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/l/pmd" alt="License MIT"></a>
32
32
 
33
- [*中文版*](README_CN.md)
34
-
35
33
  ## Quick start
36
34
 
37
35
  ```bash
File without changes
File without changes