Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Nov 17, 2024
1 parent 61b5537 commit bf2617c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyhanko_certvalidator/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8


__version__ = '0.26.5'
__version_info__ = (0, 26, 5)
__version__ = '0.26.6-dev1'
__version_info__ = (0, 26, 6, 'dev1')

0 comments on commit bf2617c

Please sign in to comment.