PyMyForing 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: PyMyForing
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A simple, wrapper for effortless file reading and writing.
5
5
  Author-email: Shayan Saha <shayan851997@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/shayansaha85/foring
@@ -16,7 +16,7 @@ Dynamic: license-file
16
16
  ![foring_logo](https://raw.githubusercontent.com/shayansaha85/foring/refs/heads/master/logo.png)
17
17
  <p>
18
18
  <img src = 'https://img.shields.io/badge/python-3.14.5-blue'>
19
- <img src = 'https://img.shields.io/badge/foring-0.1.0-green'>
19
+ <img src = 'https://img.shields.io/badge/foring-0.1.1-green'>
20
20
  <img src = 'https://img.shields.io/badge/license-MIT-red'>
21
21
 
22
22
 
@@ -36,7 +36,7 @@ No more managing context managers (`with open...`), manually choosing between te
36
36
  You can install `foring` directly from PyPI using `pip`:
37
37
 
38
38
  ```bash
39
- pip install foring
39
+ pip install PyMyForing
40
40
  ```
41
41
 
42
42
  ## Dependencies
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyMyForing
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A simple, wrapper for effortless file reading and writing.
5
5
  Author-email: Shayan Saha <shayan851997@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/shayansaha85/foring
@@ -16,7 +16,7 @@ Dynamic: license-file
16
16
  ![foring_logo](https://raw.githubusercontent.com/shayansaha85/foring/refs/heads/master/logo.png)
17
17
  <p>
18
18
  <img src = 'https://img.shields.io/badge/python-3.14.5-blue'>
19
- <img src = 'https://img.shields.io/badge/foring-0.1.0-green'>
19
+ <img src = 'https://img.shields.io/badge/foring-0.1.1-green'>
20
20
  <img src = 'https://img.shields.io/badge/license-MIT-red'>
21
21
 
22
22
 
@@ -36,7 +36,7 @@ No more managing context managers (`with open...`), manually choosing between te
36
36
  You can install `foring` directly from PyPI using `pip`:
37
37
 
38
38
  ```bash
39
- pip install foring
39
+ pip install PyMyForing
40
40
  ```
41
41
 
42
42
  ## Dependencies
@@ -1,7 +1,7 @@
1
1
  ![foring_logo](https://raw.githubusercontent.com/shayansaha85/foring/refs/heads/master/logo.png)
2
2
  <p>
3
3
  <img src = 'https://img.shields.io/badge/python-3.14.5-blue'>
4
- <img src = 'https://img.shields.io/badge/foring-0.1.0-green'>
4
+ <img src = 'https://img.shields.io/badge/foring-0.1.1-green'>
5
5
  <img src = 'https://img.shields.io/badge/license-MIT-red'>
6
6
 
7
7
 
@@ -21,7 +21,7 @@ No more managing context managers (`with open...`), manually choosing between te
21
21
  You can install `foring` directly from PyPI using `pip`:
22
22
 
23
23
  ```bash
24
- pip install foring
24
+ pip install PyMyForing
25
25
  ```
26
26
 
27
27
  ## Dependencies
@@ -1,3 +1,3 @@
1
1
  from .core import read, write
2
2
 
3
- __version__ = "0.1.0"
3
+ __version__ = "0.1.1"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "PyMyForing" # Updated to match your new library name
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  authors = [
9
9
  { name="Shayan Saha", email="shayan851997@gmail.com" },
10
10
  ]
File without changes
File without changes
File without changes