Skip to content

Commit

Permalink
Merge pull request #33 from suriya-mca/dev
Browse files Browse the repository at this point in the history
version upgraded
  • Loading branch information
suriya-mca authored Oct 16, 2024
2 parents 196759e + 22761a7 commit 2281900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

setup(
name='podman-init',
version='1.0.2',
packages=find_packages(),
version='1.0.3',
packages=find_packages(exclude=['tests']),
package_data={'': ['templates/**/*.j2']},
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 2281900

Please sign in to comment.