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
22title : Get language versions
33message : " If you use this software, please cite it as below."
44type : software
5- version : 0.1.1
5+ version : 0.1.2
66date-released : 2024-06-26
77repository-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.
99keywords :
1010 - " Wolf Software"
1111 - " Software"
Original file line number Diff line number Diff line change 1212
1313setup (
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' : [
2121 },
2222 author = 'Wolf Software' ,
2323 author_email = 'pypi@wolfsoftware.com' ,
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' ,
You can’t perform that action at this time.
0 commit comments