Skip to content

Commit 66ad754

Browse files
authored
Merge pull request #7 from anurag03/ansinha/version-bump
Version fix
2 parents 5532b88 + 86c802e commit 66ad754

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
- name: Publish package to PyPI (Trusted Publishing)
3737
uses: pypa/gh-action-pypi-publish@v1.8.12
3838
with:
39-
repository_url: https://upload.pypi.org/legacy/
39+
repository-url: https://upload.pypi.org/legacy/
4040
env:
4141
PYPI_TRUSTED_PUBLISHING: true

setup.py

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

33
setup(
44
name="testcato",
5-
version="0.1.0",
5+
version="1.0.6",
66
packages=find_packages(),
77
description="A package for categorizing test results.",
88
author="Anurag",

testcato/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Package metadata for wheel
22
__title__ = "testcato"
3-
__version__ = "0.1.0"
3+
__version__ = "1.0.6"

0 commit comments

Comments
 (0)