File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ pip install containerimage-py
56561 . Clone this repository
57572 . [ Build the project from source] ( #build )
58583 . Locate the ` .whl ` (wheel) file in the ` dist ` folder
59- - It should be named something like so: ` containerimage_py-1.1.0 -py3-none-any.whl `
59+ - It should be named something like so: ` containerimage_py-1.1.1 -py3-none-any.whl `
60604 . Run the following command from the root of the repository, replacing the name of the ` .whl ` file if necessary
6161 ```
62- pip install dist/containerimage_py-1.1.0 -py3-none-any.whl
62+ pip install dist/containerimage_py-1.1.1 -py3-none-any.whl
6363 ```
6464
6565## Build
Original file line number Diff line number Diff line change 2020project = 'containerimage-py'
2121copyright = '2025, IBM Corporation'
2222author = 'Ethan Balcik'
23- release = '1.1.0 '
23+ release = '1.1.1 '
2424
2525# -- General configuration ---------------------------------------------------
2626# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ Run the following command to install the latest version of this package using pi
5858
59591. Clone `the source repository <https://github.com/containers/containerimage-py >`_
60602. Build the project from source following `the build instructions <Build _>`_
61- 3. Locate the ``.whl `` (wheel) file in the ``dist `` folder. It should be named something like so: ``containerimage_py-1.1.0 -py3-none-any.whl ``
61+ 3. Locate the ``.whl `` (wheel) file in the ``dist `` folder. It should be named something like so: ``containerimage_py-1.1.1 -py3-none-any.whl ``
62624. Run the following command from the root of the repository, replacing the name of the ``.whl `` file if necessary
6363
6464.. code-block :: shell
6565
66- pip install dist/containerimage_py-1.1.0 -py3-none-any.whl
66+ pip install dist/containerimage_py-1.1.1 -py3-none-any.whl
6767
6868
6969 Build
You can’t perform that action at this time.
0 commit comments