Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit fef1299

Browse files
author
Samuel Hassine
committed
Release with CircleCI
1 parent 118ef08 commit fef1299

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
command: python3 setup.py verify
3434
- run:
3535
name: install twine
36-
command: pip3 install twine --user
36+
command: sudo pip3 install twine
3737
- run:
3838
name: init .pypirc
3939
command: |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
print("warning: pypandoc module not found, could not convert Markdown to RST")
1313
read_md = lambda f: open(f, 'r').read()
1414

15-
VERSION = "1.0.5"
15+
VERSION = "1.0.4"
1616

1717
class VerifyVersionCommand(install):
1818
description = 'verify that the git tag matches our version'

0 commit comments

Comments
 (0)