Skip to content

Commit 46c0714

Browse files
committed
Add twine command to config and increment to 2.0.4
1 parent ba15a24 commit 46c0714

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ jobs:
8282
- run:
8383
name: upload to pypi
8484
command: |
85+
pipenv install --skip-lock twine
8586
pipenv run twine upload dist/*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
cwd = os.path.abspath(os.path.dirname(__file__))
1313

14-
VERSION = "2.0.3"
14+
VERSION = "2.0.4"
1515

1616
with open('README.md', 'r', encoding='utf-8') as f:
1717
__readme__ = f.read()

0 commit comments

Comments
 (0)