Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
szikszail committed Feb 7, 2022
1 parent 5ecc40a commit fecbc24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import setuptools
from nested_json import __version__

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

setuptools.setup(
name="nested_json",
version=__version__,
version="1.0.1",
author="Laszlo Szikszai",
author_email="[email protected]",
description="A library to manage JSONs with encoded JSON more effectively (e.g. AWS Event Bridge Events, AWS API Gateway Events)",
Expand Down

0 comments on commit fecbc24

Please sign in to comment.