Skip to content

Commit e4ae68e

Browse files
chore(release): version package as v1.0.0-beta.1
Signed-off-by: whatsacomputertho <[email protected]>
1 parent 01a072c commit e4ae68e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ pip install containerimage-py
5050
1. Clone this repository
5151
2. [Build the project from source](#build)
5252
3. Locate the `.whl` (wheel) file in the `dist` folder
53-
- It should be named something like so: `containerimage_py-1.0.0a1-py3-none-any.whl`
53+
- It should be named something like so: `containerimage_py-1.0.0b1-py3-none-any.whl`
5454
4. Run the following command from the root of the repository, replacing the name of the `.whl` file if necessary
5555
```
56-
pip install dist/containerimage_py-1.0.0a1-py3-none-any.whl
56+
pip install dist/containerimage_py-1.0.0b1-py3-none-any.whl
5757
```
5858
5959
## Build

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Run the following command to install the latest version of this package using pi
5252

5353
1. Clone `the source repository <https://github.com/containers/containerimage-py>`_
5454
2. Build the project from source following `the build instructions <Build_>`_
55-
3. Locate the ``.whl`` (wheel) file in the ``dist`` folder. It should be named something like so: ``containerimage_py-1.0.0a1-py3-none-any.whl``
55+
3. Locate the ``.whl`` (wheel) file in the ``dist`` folder. It should be named something like so: ``containerimage_py-1.0.0b1-py3-none-any.whl``
5656
4. Run the following command from the root of the repository, replacing the name of the ``.whl`` file if necessary
5757

5858
.. code-block:: shell
5959
60-
pip install dist/containerimage_py-1.0.0a1-py3-none-any.whl
60+
pip install dist/containerimage_py-1.0.0b1-py3-none-any.whl
6161
6262
6363
Build

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 = "containerimage-py"
7-
version = "1.0.0-alpha.1"
7+
version = "1.0.0-beta.1"
88
authors = [
99
{name = "Ethan Balcik", email="[email protected]" }
1010
]

0 commit comments

Comments
 (0)