Skip to content

Commit

Permalink
Bump osx version
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed Nov 7, 2023
1 parent 3cacbe1 commit 4f5cce0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion osx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
import os
import sys
from pathlib import Path
from Foundation import NSBundle
try:
from Foundation import NSBundle
except:
pass

__package__ = "meld"
__version__ = "3.21.0.osx4"
Expand Down

0 comments on commit 4f5cce0

Please sign in to comment.