Skip to content

Commit

Permalink
Move version to 6.5.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Nov 12, 2023
1 parent a5faa14 commit 1584c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project_urls =
Source Code = https://github.com/pypa/bandersnatch
Change Log = https://github.com/pypa/bandersnatch/blob/master/CHANGES.md
url = https://github.com/pypa/bandersnatch/
version = 6.4.0
version = 6.5.0

[options]
install_requires =
Expand Down
2 changes: 1 addition & 1 deletion src/bandersnatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def version_str(self) -> str:

__version_info__ = _VersionInfo(
major=6,
minor=4,
minor=5,
micro=0,
releaselevel="",
serial=0, # Not currently in use with Bandersnatch versioning
Expand Down

0 comments on commit 1584c6a

Please sign in to comment.