Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TGWolf committed Jun 26, 2024
1 parent 64cd279 commit 941bcfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: If you use this software, please cite it using these metadata.
title: Shamir's secret sharing
abstract: A CLI implementation of Shamir's secret sharing.
type: software
version: 0.1.1
version: 0.1.2
date-released: 2024-06-26
repository-code: https://github.com/GreyTeamToolbox/shamir-secret-sharing-package
keywords:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='wolfsoftware.shamir-secret-sharing',
version='0.1.1',
version='0.1.2',
packages=['wolfsoftware.shamir_secret_sharing'],
entry_points={
'console_scripts': [
Expand All @@ -21,7 +21,7 @@
},
author='Wolf Software',
author_email='pypi@wolfsoftware.com',
description="A CLI implementation of Shamir's secret sharing",
description="A CLI implementation of Shamir's secret sharing.",
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/GreyTeamToolbox/shamir-secret-sharing-package',
Expand Down

0 comments on commit 941bcfa

Please sign in to comment.