Skip to content

Commit

Permalink
bump version number and update script
Browse files Browse the repository at this point in the history
  • Loading branch information
dschrempf committed Dec 4, 2018
1 parent 49b0719 commit cecffbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name='cflib-pomo',
version='1.2',
version='1.2.1',
author='Dominik Schrempf',
author_email='dominik.schrempf@gmail.com',
description='Counts file library and conversion scripts.',
Expand Down
5 changes: 5 additions & 0 deletions update
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

rm -r dist || \
python3 setup.py sdist bdist_wheel || \
twine upload dist/*

0 comments on commit cecffbe

Please sign in to comment.