Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Sep 30, 2024
1 parent d970b5f commit de87164
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions bpf4/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
__version__ = (1, 10, 2)
__version__ = (1, 11, 0)


def versionstr() -> str:
major, minor, patch = __version__
return f"{major}.{minor}.{patch}"

def versionstr():
return ("%d.%d.%d" % __version__)

0 comments on commit de87164

Please sign in to comment.