Skip to content

Commit 3d31cfd

Browse files
committed
update documntation
1 parent bbbef8c commit 3d31cfd

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 as below."
33
title: Baseline Package
44
abstract: A template python command line package.
55
type: software
6-
version: 0.1.1
6+
version: 0.1.2
77
date-released: 2024-06-26
88
repository-code: 'https://github.com/DevelopersToolbox/template-package-cli'
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.template-package-cli',
15-
version='0.1.1',
15+
version='0.1.2',
1616
packages=['wolfsoftware.template_package_cli'],
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='A template python command line package.',
2525
long_description=long_description,
2626
long_description_content_type='text/markdown',
2727
url='https://github.com/DevelopersToolbox/template-package-cli',

0 commit comments

Comments
 (0)