This commit is contained in:
Matt Wobensmith 2019-12-04 09:24:43 -08:00 коммит произвёл mwobensmith
Родитель 83b286f70e
Коммит f229cec889
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@ import platform
from setuptools import setup, find_packages
PACKAGE_NAME = "moziris"
PACKAGE_VERSION = "0.8.2"
PACKAGE_VERSION = "0.8.3"
INSTALL_REQUIRES = [
"bugzilla==1.0.0",