Skip to content

Commit

Permalink
Bump to version 8.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwcckw committed Jul 29, 2022
1 parent 96da4d4 commit 8d01a22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "Build and uploads to PyPI"
run: |
python3 setup.py sdist bdist_wheel
python3 -m twine upload --skip-existing dist/*
python3 -m twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_GITHUB_ACTIONS_PUBLISHING_TOKEN }}
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ message: "If you use this software in a publication, please cite it as below."
authors:
- name: The Augraphy Project
title: "Augraphy: an augmentation pipeline for rendering synthetic paper printing, faxing, scanning and copy machine processes"
version: 8.0.0
version: 8.0.1
url: "https://github.com/sparkfish/augraphy"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ BibTeX:
author = {{The Augraphy Project}},
title = {{Augraphy: an augmentation pipeline for rendering synthetic paper printing, faxing, scanning and copy machine processes}},
url = {https://github.com/sparkfish/augraphy},
version = {8.0.0}
version = {8.0.1}
}
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="augraphy",
version="8.0.0",
version="8.0.1",
author="Sparkfish LLC",
author_email="packages@sparkfish.com",
description="Augmentation pipeline for rendering synthetic paper printing and scanning processes",
Expand Down

0 comments on commit 8d01a22

Please sign in to comment.