File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ cff-version: 1.2.0
2
2
title : Get language versions
3
3
message : " If you use this software, please cite it as below."
4
4
type : software
5
- version : 0.1.1
5
+ version : 0.1.2
6
6
date-released : 2024-06-26
7
7
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.
9
9
keywords :
10
10
- " Wolf Software"
11
11
- " Software"
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = 'wolfsoftware.get-language-versions' ,
15
- version = '0.1.1 ' ,
15
+ version = '0.1.2 ' ,
16
16
packages = ['wolfsoftware.get_language_versions' ],
17
17
entry_points = {
18
18
'console_scripts' : [
21
21
},
22
22
author = 'Wolf Software' ,
23
23
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. ' ,
25
25
long_description = long_description ,
26
26
long_description_content_type = 'text/markdown' ,
27
27
url = 'https://github.com/DevelopersToolbox/get-language-verisons' ,
You can’t perform that action at this time.
0 commit comments