Skip to content

Commit

Permalink
chore: hide top-level setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Mar 24, 2022
1 parent d67e429 commit 989a706
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/clip_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.1.4'
__version__ = '0.1.5'

from .client import Client
6 changes: 3 additions & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [[ $1 == "final" ]]; then

pub_pypi client
pub_pypi server
cp setup.py ../
cp scripts/setup.py ./
pub_pypi "."

VER_TAG_NEXT=$VER_TAG\'${NEXT_VER}\'
Expand All @@ -108,7 +108,7 @@ elif [[ $1 == 'rc' ]]; then

pub_pypi client
pub_pypi server
cp setup.py ../
cp scripts/setup.py ./
pub_pypi "."

VER_TAG_NEXT=$VER_TAG\'${NEXT_VER}\'
Expand All @@ -129,6 +129,6 @@ else

pub_pypi client
pub_pypi server
cp setup.py ../
cp scripts/setup.py ./
pub_pypi "."
fi
2 changes: 1 addition & 1 deletion server/clip_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.4'
__version__ = '0.1.5'

0 comments on commit 989a706

Please sign in to comment.