Skip to content

Commit d095748

Browse files
committed
Fox documentation
1 parent d425d71 commit d095748

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ cff-version: 1.2.0
22
title: Get language versions
33
message: "If you use this software, please cite it as below."
44
type: software
5-
version: 0.1.1
5+
version: 0.1.2
66
date-released: 2024-06-26
77
repository-code: 'https://github.com/DevelopersToolbox/get-language-versions'
8-
abstract: some needs to go here
8+
abstract: Fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages.
99
keywords:
1010
- "Wolf Software"
1111
- "Software"

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.get-language-versions',
15-
version='0.1.1',
15+
version='0.1.2',
1616
packages=['wolfsoftware.get_language_versions'],
1717
entry_points={
1818
'console_scripts': [
@@ -21,7 +21,7 @@
2121
},
2222
author='Wolf Software',
2323
author_email='[email protected]',
24-
description='A nice description will go here',
24+
description='Fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages.',
2525
long_description=long_description,
2626
long_description_content_type='text/markdown',
2727
url='https://github.com/DevelopersToolbox/get-language-verisons',

0 commit comments

Comments
 (0)