Skip to content

Commit

Permalink
Bump version again
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaps0dy committed Sep 22, 2022
1 parent 31d2bc7 commit c9254e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at https://mozilla.org/MPL/2.0/.

__version_info__ = (6, 54, 6, "post1")
__version_info__ = (6, 54, 6, "post2")
__version__ = ".".join(map(str, __version_info__))

0 comments on commit c9254e7

Please sign in to comment.