Skip to content

Commit 069772b

Browse files
committed
Version bump for real this time
1 parent 99d01e3 commit 069772b

File tree

6 files changed

+20
-26
lines changed

6 files changed

+20
-26
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
## Publish to PyPi
1+
Building the file:
22

3-
To publish to PyPi, you need to have a `setup.py` file in the root of your project and use `twine` This file contains all the metadata about your project, such as the name, version, and dependencies. You can create a `setup.py` file by running the following command:
4-
5-
Once a file is created, you can setup
6-
7-
```bash
8-
python setup.py sdist bdist_wheel
3+
```text
4+
python -m pip install --upgrade build
95
```
106

11-
then:
12-
```bash
13-
twine upload dist/*
7+
then run:
8+
```text
9+
python -m build
1410
```
1511

1612

17-
You will be prompted to enter your PyPi username and password. Oncce uploaded, your package will be available on PyPi for anyone to install using `pip install your-package-name`.
18-
2 KB
Binary file not shown.

dist/fluss_api-0.1.9.4.tar.gz

3.41 KB
Binary file not shown.

fluss_api/fluss_api.egg-info/PKG-INFO

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
Metadata-Version: 2.1
1+
Metadata-Version: 2.2
22
Name: fluss_api
3-
Version: 0.1.8
3+
Version: 0.1.9.4
44
Summary: Fluss+ API Client
55
Author: Marcello Jardim
66
Author-email: marcello@fluss.io
77
Project-URL: Homepage, https://github.com/NjeruFluss/flussapi
88
Requires-Python: >=3.10
99
Description-Content-Type: text/markdown
10+
License-File: LICENSE
1011
Requires-Dist: aiohttp
12+
Dynamic: author
13+
Dynamic: author-email
14+
Dynamic: requires-python
1115

12-
## Publish to PyPi
16+
Building the file:
1317

14-
To publish to PyPi, you need to have a `setup.py` file in the root of your project and use `twine` This file contains all the metadata about your project, such as the name, version, and dependencies. You can create a `setup.py` file by running the following command:
15-
16-
```bash
17-
twine upload dist/*
18+
```text
19+
python -m pip install --upgrade build
1820
```
1921

20-
Once a file is created, you can setup
21-
22-
```bash
23-
python setup.py sdist bdist_wheel
22+
then run:
23+
```text
24+
python -m build
2425
```
2526

2627

27-
You will be prompted to enter your PyPi username and password. Oncce uploaded, your package will be available on PyPi for anyone to install using `pip install your-package-name`.
28-

fluss_api/fluss_api.egg-info/SOURCES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
LICENSE
12
README.md
23
pyproject.toml
34
setup.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fluss_api"
7-
version = "0.1.9.3"
7+
version = "0.1.9.4"
88
description = "Fluss+ API Client"
99
readme = "README.md"
1010
requires-python = ">=3.7"

0 commit comments

Comments
 (0)