Skip to content

Commit

Permalink
Updated version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PickBas committed Nov 18, 2020
1 parent b308f1c commit 7bb68b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import os

import setuptools

with open("README.md", "r") as fh:
long_description = fh.read()

setuptools.setup(
name="secret-key-generator",
version=os.environ.get("RELEASE_NAME"),
version="0.0.7",
author="Kirill Sayed",
author_email="[email protected]",
description="Package for secret key generation in Django framework.",
Expand Down

0 comments on commit 7bb68b0

Please sign in to comment.