Skip to content

Commit

Permalink
increase version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Mar 26, 2023
1 parent d96cf77 commit f6b0945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taglib.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ from libcpp.utility cimport pair
from pathlib import Path
cimport ctypes

version = '1.5.0'
version = '2.0.0'

cdef str toStr(ctypes.String s):
"""Converts TagLib::String to a Python str."""
Expand Down

0 comments on commit f6b0945

Please sign in to comment.