Skip to content

Commit 838ebd8

Browse files
committed
Fix documentation
1 parent 17680ed commit 838ebd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: If you use this software, please cite it using these metadata.
33
title: Validate GitHub Tokens
44
abstract: A simple tool to validate a GitHub Token.
55
type: software
6-
version: 0.1.2
6+
version: 0.1.3
77
date-released: 2024-06-26
88
repository-code: https://github.com/GitHubToolbox/github-token-validator
99
keywords:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='wolfsoftware.github-token-validator',
15-
version='0.1.2',
15+
version='0.1.3',
1616
packages=['wolfsoftware.github_token_validator'],
1717
entry_points={
1818
'console_scripts': [
@@ -21,7 +21,7 @@
2121
},
2222
author='Wolf Software',
2323
author_email='pypi@wolfsoftware.com',
24-
description='A tool to validate GitHub Tokens',
24+
description='A tool to validate GitHub Tokens.',
2525
long_description=long_description,
2626
long_description_content_type='text/markdown',
2727
url='https://github.com/GitHubToolbox/github-token-validator',

0 commit comments

Comments
 (0)