Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan Zeeff <sebastiaan.zeeff@gmail.com>
  • Loading branch information
SebastiaanZ committed Sep 16, 2020
1 parent 3f5fe9f commit 6c6e8ae
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
Expand Up @@ -9,7 +9,7 @@

setup(
name="async-rediscache",
version="0.1.0-alpha",
version="0.1.1",
description="An easy to use asynchronous Redis cache",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand All @@ -20,7 +20,7 @@
packages=find_packages(),
classifiers=[
"License :: OSI Approved :: MIT License",
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 6c6e8ae

Please sign in to comment.