Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
noO0ob committed Dec 24, 2024
1 parent 57bef91 commit 2e2a4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lyrebird/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IVERSION = (3, 1, 1)
IVERSION = (3, 1, 2)
VERSION = ".".join(str(i) for i in IVERSION)
LYREBIRD = "Lyrebird " + VERSION

0 comments on commit 2e2a4e8

Please sign in to comment.