Skip to content

Commit

Permalink
Fixed Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
aahan0511 committed Feb 13, 2025
1 parent 71646bb commit 62b4c73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
13 changes: 7 additions & 6 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ There is no data used/processed except for your score, time and block, which is

## Supported Versions

| Version | Supported |
|---------| ------------------ |
| v1.0.0 ||
| v1.0.1 ||
| v1.0.2 ||
| v1.0.3 ||
| Version | Supported |
|---------|-----------|
| v1.0.0 ||
| v1.0.1 ||
| v1.0.2 ||
| v1.0.3 ||
| v1.0.4 ||

## Reporting a Vulnerability
Make a new issue for reporting a vulnerability, or make a pull request if you manage to fix it.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import setup

long_description = """
<div align="center">
Expand Down Expand Up @@ -115,8 +115,8 @@

setup(
name='secrypto',
version='1.0.3',
packages=find_packages(),
version='1.0.4',
packages=["secrypto", "secrypto.source"],
install_requires=[],
author='Aahan Salecha',
author_email='[email protected]',
Expand All @@ -125,6 +125,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
license='CC0 1.0 Universal',
license_file="LICENSE.md",
project_urls={
'Source Repository': 'https://github.com/aahan0511/Secrypto/'
}
Expand Down

0 comments on commit 62b4c73

Please sign in to comment.