Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jan 10, 2022
1 parent ddbabee commit 3346780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pypdfium2/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause

V_MAJOR = 0
V_MINOR = 7
V_MINOR = 8
V_PATCH = 0
V_BETA = None

V_PYPDFIUM2 = "{}.{}.{}".format(V_MAJOR, V_MINOR, V_PATCH)
if V_BETA is not None:
V_PYPDFIUM2 += "b{}".format(V_BETA)

V_LIBPDFIUM = 4804
V_LIBPDFIUM = 4818

0 comments on commit 3346780

Please sign in to comment.