Skip to content

Commit

Permalink
update setup.py to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBeta1906 committed Jan 29, 2022
1 parent fa4d38e commit 3506dbe
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 @@ -3,15 +3,15 @@
long_description = open("README.md").read()
setup(
name="pyGinit",
version="0.2.5",
version="0.2.9",
description="a simple cli tools for automation git repository creation",
long_description=long_description,
packages=find_packages(),
include_package_data=True,
long_description_content_type="text/markdown",
url="https://github.com/AlphaBeta1906/pyGinit",
download_url=(
"https://github.com/AlphaBeta1906/pyGinit/archive/refs/tags/v0.2.5.tar.gz"
"https://github.com/AlphaBeta1906/pyGinit/archive/refs/tags/v0.2.9.tar.gz"
),
author="fariz",
author_email="farizi1906@gmail.com",
Expand Down

0 comments on commit 3506dbe

Please sign in to comment.