mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
version 0.7.2
This commit is contained in:
parent
14a06e160d
commit
adf1a3b55f
1
Makefile
1
Makefile
@ -40,6 +40,7 @@ deploy: ## Deploy the package to pypi.org
|
||||
pip install twine wheel
|
||||
-git tag $$(python setup.py -V)
|
||||
git push --tags
|
||||
rm -rf dist
|
||||
python setup.py bdist_wheel
|
||||
#python setup.py sdist
|
||||
@echo 'pypi.org Username: '
|
||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(
|
||||
name="imaginAIry",
|
||||
author="Bryce Drennan",
|
||||
# author_email="b r y p y d o t io",
|
||||
version="0.7.1",
|
||||
version="0.7.2",
|
||||
description="AI imagined images. Pythonic generation of stable diffusion images.",
|
||||
long_description=readme,
|
||||
long_description_content_type="text/markdown",
|
||||
|
Loading…
Reference in New Issue
Block a user