* Updated readme

* Version change
This commit is contained in:
j3rome 2021-07-30 15:33:17 -04:00
parent 93cffb1ea4
commit 52adcb0caa
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ py-requirements-guesser --write {requirements.txt path}
```
You will be prompted by a serie of choice to orient the guessing process.
![Python Requirements Guesser](https://github.com/J3rome/py-requirements-guesser/blob/main/img/py-requirements-guesser.gif)
![Python Requirements Guesser](https://github.com/J3rome/py-requirements-guesser/raw/main/img/py-requirements-guesser.gif)
## Installation
This package doesn't have any dependencies.

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="py-requirements-guesser", # This is the name of the package
version="0.0.1", # The initial release version
version="0.1.0", # The initial release version
author="Jerome Abdelnour", # Full name of the author
description="Guess requirements.txt versions based on Git history",
long_description=long_description, # Long description read from the the readme file
@ -24,4 +24,4 @@ setuptools.setup(
'py-requirements-guesser=py_requirements_guesser.cli:run'
]
}
)
)