Skip to content

Commit

Permalink
Bump version for packaging changes
Browse files Browse the repository at this point in the history
* Add all dependencies to pyproject.toml

Signed-off-by: Jhon Honce <[email protected]>
  • Loading branch information
jwhonce committed May 18, 2021
1 parent 6ff93b4 commit 46c65cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = u'Red Hat Inc'

# The full version, including alpha/beta/rc tags
version = '3.1.2.3'
version = '3.1.2.4'
release = version

add_module_names = False
Expand Down
2 changes: 1 addition & 1 deletion podman/api/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version of PodmanPy."""

__version__ = "3.1.2.3"
__version__ = "3.1.2.4"
__compatible_version__ = "1.40"
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ profile = "black"
line_length = 100
[build-system]
requires = [
"requests>=2.24",
"toml>=0.10.2",
"urllib3>=1.24.2",
"pyxdg>=0.26",
"setuptools>=42",
"wheel",
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ install_requires =
universal = false

[sdist]
formats = zip
formats = gztar

0 comments on commit 46c65cc

Please sign in to comment.