Skip to content

Commit

Permalink
bump version to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llimllib committed Mar 9, 2024
1 parent 3338c03 commit ae760c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limbo/limbo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .server import LimboServer
from .fakeserver import FakeServer

VERSION = "8.7.0"
VERSION = "9.0.0"

CURDIR = os.path.abspath(os.path.dirname(__file__))
DIR = functools.partial(os.path.join, CURDIR)
Expand Down

0 comments on commit ae760c6

Please sign in to comment.