File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ pip install containerimage-py
50
50
1 . Clone this repository
51
51
2 . [ Build the project from source] ( #build )
52
52
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 `
54
54
4 . Run the following command from the root of the repository, replacing the name of the ` .whl ` file if necessary
55
55
```
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
57
57
```
58
58
59
59
## Build
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ Run the following command to install the latest version of this package using pi
52
52
53
53
1. Clone `the source repository <https://github.com/containers/containerimage-py >`_
54
54
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 ``
56
56
4. Run the following command from the root of the repository, replacing the name of the ``.whl `` file if necessary
57
57
58
58
.. code-block :: shell
59
59
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
61
61
62
62
63
63
Build
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " containerimage-py"
7
- version = " 1.0.0-alpha .1"
7
+ version = " 1.0.0-beta .1"
8
8
authors = [
9
9
{
name =
" Ethan Balcik" ,
email =
" [email protected] " }
10
10
]
You can’t perform that action at this time.
0 commit comments