Skip to content

Commit

Permalink
Bumping version number for new release (not bothering with a 1.0 rele…
Browse files Browse the repository at this point in the history
…ase because it is a small change but really there it is stable now so.. I dunno)
  • Loading branch information
carlio committed May 29, 2020
1 parent 6a477c0 commit 4518b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys


_version = "0.6"
_version = "0.7"
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])

_short_description = "Python tool to find and list requirements of a Python project"
Expand Down

0 comments on commit 4518b93

Please sign in to comment.