Skip to content

Commit

Permalink
Use json-feed name in setup.py: PyPI available namespace
Browse files Browse the repository at this point in the history
Bump version to 1.1.0; sloppy semver, but first published version.
  • Loading branch information
lukasschwab committed Jan 13, 2024
1 parent 01cb634 commit 75ffa54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages

version = "1.0.0"
version = "1.1.0"

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

setup(
name="jsonfeed",
name="json-feed",
version=version,
packages=find_packages(),
# metadata for upload to PyPI
Expand Down

0 comments on commit 75ffa54

Please sign in to comment.