improve-cli 0.2.0__tar.gz → 0.2.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: improve-cli
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: CLI project tracker with CSV-backed logs
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -65,13 +65,13 @@ python -m build
65
65
  ```
66
66
 
67
67
  Outputs:
68
- - `dist/improve_cli-0.1.0.tar.gz` — source distribution
69
- - `dist/improve_cli-0.1.0-py3-none-any.whl` — installable wheel
68
+ - `dist/improve_cli-0.2.1.tar.gz` — source distribution
69
+ - `dist/improve_cli-0.2.1-py3-none-any.whl` — installable wheel
70
70
 
71
71
  Install the wheel locally:
72
72
 
73
73
  ```bash
74
- pip install dist/improve_cli-0.1.0-py3-none-any.whl
74
+ pip install dist/improve_cli-0.2.1-py3-none-any.whl
75
75
  ```
76
76
 
77
77
  ## **Run without installing**
@@ -56,13 +56,13 @@ python -m build
56
56
  ```
57
57
 
58
58
  Outputs:
59
- - `dist/improve_cli-0.1.0.tar.gz` — source distribution
60
- - `dist/improve_cli-0.1.0-py3-none-any.whl` — installable wheel
59
+ - `dist/improve_cli-0.2.1.tar.gz` — source distribution
60
+ - `dist/improve_cli-0.2.1-py3-none-any.whl` — installable wheel
61
61
 
62
62
  Install the wheel locally:
63
63
 
64
64
  ```bash
65
- pip install dist/improve_cli-0.1.0-py3-none-any.whl
65
+ pip install dist/improve_cli-0.2.1-py3-none-any.whl
66
66
  ```
67
67
 
68
68
  ## **Run without installing**
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: improve-cli
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: CLI project tracker with CSV-backed logs
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -65,13 +65,13 @@ python -m build
65
65
  ```
66
66
 
67
67
  Outputs:
68
- - `dist/improve_cli-0.1.0.tar.gz` — source distribution
69
- - `dist/improve_cli-0.1.0-py3-none-any.whl` — installable wheel
68
+ - `dist/improve_cli-0.2.1.tar.gz` — source distribution
69
+ - `dist/improve_cli-0.2.1-py3-none-any.whl` — installable wheel
70
70
 
71
71
  Install the wheel locally:
72
72
 
73
73
  ```bash
74
- pip install dist/improve_cli-0.1.0-py3-none-any.whl
74
+ pip install dist/improve_cli-0.2.1-py3-none-any.whl
75
75
  ```
76
76
 
77
77
  ## **Run without installing**
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "improve-cli"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "CLI project tracker with CSV-backed logs"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes