Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Mar 23, 2024
1 parent 7ce816c commit bec1263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/async_solipsism/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Bruce Merry
# Copyright 2020-2022, 2024 Bruce Merry
#
# This file is part of async-solipsism.
#
Expand All @@ -19,4 +19,4 @@
from .socket import * # noqa
from .loop import * # noqa

__version__ = '0.5'
__version__ = '0.6'

0 comments on commit bec1263

Please sign in to comment.