Skip to content

Commit

Permalink
Fix semver typo
Browse files Browse the repository at this point in the history
  • Loading branch information
llunn committed Apr 2, 2024
1 parent 2de7d3f commit cfc4d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="couchapy",
version="version='0.0.2'",
version="0.0.2",
author="Lee Lunn",
author_email="lee.lunn@gmail.com",
description="Library for interacting with CouchDB",
Expand Down

0 comments on commit cfc4d37

Please sign in to comment.