Skip to content

Commit aba7cd0

Browse files
chore(version): prepare for 1.1.1 release
Signed-off-by: ethanbalcik <ebalcik71@gmail.com>
1 parent 92522a1 commit aba7cd0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ pip install containerimage-py
5656
1. Clone this repository
5757
2. [Build the project from source](#build)
5858
3. 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`
6060
4. 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

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = 'containerimage-py'
2121
copyright = '2025, IBM Corporation'
2222
author = '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

doc/source/index.rst

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

5959
1. Clone `the source repository <https://github.com/containers/containerimage-py>`_
6060
2. 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``
6262
4. 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

0 commit comments

Comments
 (0)