This commit is contained in:
Ilya Matiach 2023-10-30 09:59:03 -04:00 коммит произвёл GitHub
Родитель e2caa57bc2
Коммит d5953884ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5,7 +5,7 @@ import setuptools
# The version must be incremented every time we push an update to pypi (but
# not before)
VERSION = "0.6.0"
VERSION = "0.7.0"
# supply contents of our README file as our package's long description
with open("README.md", "r") as fh: