Version bump to v7.3.0

This commit is contained in:
2020-10-01 21:42:33 +05:30
parent 1350870f9e
commit 834b7bf5e8
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ with open(os.path.join(here, 'requirements.txt'), "r") as r:
requires = r.read().splitlines()
setup(name='brewman',
version='7.2.0',
version='7.3.0',
description='brewman',
long_description=README + '\n\n' + CHANGES,
classifiers=[