Skip to content

Commit 4171b6a

Browse files
authored
Merge pull request #77 from konbraphat51/dev
ver 1.0.4
2 parents 28b1f81 + da2239f commit 4171b6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/PypiUpdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python3 setup.py sdist --formats=zip
3030
- name: Publish a Python distribution to PyPI
3131
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
32-
uses: pypa/gh-action-pypi-publish@main
32+
uses: pypa/gh-action-pypi-publish@master
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_API_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AnimatedWordCloud ver 1.0.3
1+
# AnimatedWordCloud ver 1.0.4
22

33
**UNDER CONSTRUCTION**
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def requirements_from_file(file_name):
1919

2020
setup(
2121
name="AnimatedWordCloudTimelapse",
22-
version="1.0.3",
22+
version="1.0.4",
2323
description="Animate a timelapse of word cloud",
2424
long_description=readme,
2525
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)