Skip to content

Commit 0949205

Browse files
committed
split files
1 parent ca75369 commit 0949205

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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.1
7-
date-released: 2024-05-27
6+
version: 0.1.2
7+
date-released: 2024-06-26
88
repository-code: https://github.com/GitHubToolbox/github-token-validator
99
keywords:
1010
- "Wolf Software"

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setuptools==70.0.0

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
prettytable==3.10.0
22
requests==2.32.2
3-
setuptools==70.0.0
43
wolfsoftware.notify==0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
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.1',
15+
version='0.1.2',
1616
packages=['wolfsoftware.github_token_validator'],
1717
entry_points={
1818
'console_scripts': [

0 commit comments

Comments
 (0)