mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-21 07:34:20 +01:00
refactor: cleanup
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
INIT_FILE='now/__init__.py'
|
INIT_FILE='src/__init__.py'
|
||||||
VER_TAG='__version__ = '
|
VER_TAG='__version__ = '
|
||||||
RELEASENOTE='./node_modules/.bin/git-release-notes'
|
RELEASENOTE='./node_modules/.bin/git-release-notes'
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -7,7 +7,7 @@ def read_requirements():
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='gptdeploy',
|
name='gptdeploy',
|
||||||
version='0.1.1',
|
version='0.1.2',
|
||||||
description='Use natural language interface to create, deploy and update your microservice infrastructure.',
|
description='Use natural language interface to create, deploy and update your microservice infrastructure.',
|
||||||
long_description=open('README.md', 'r', encoding='utf-8').read(),
|
long_description=open('README.md', 'r', encoding='utf-8').read(),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = '0.1.0'
|
__version__ = '0.1.2'
|
||||||
Reference in New Issue
Block a user