Skip to content

Commit

Permalink
Set version to 3.0.0 for backward incompatible release
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Oct 8, 2020
1 parent 186b99e commit db36a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="catalystcoop.dbfread",
version="2.1.1",
version="3.0.0",
description="Read DBF Files with Python",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down
2 changes: 1 addition & 1 deletion src/dbfread/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def _make_version_info(version):
return VersionInfo(major, minor, micro, releaselevel, 0)


version = '2.1.1'
version = '3.0.0'
version_info = _make_version_info(version)

0 comments on commit db36a07

Please sign in to comment.