Skip to content

Commit

Permalink
chore: update package version (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 authored Apr 4, 2024
1 parent 71e79e4 commit ffc1bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_event_bus_redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from edx_event_bus_redis.internal.consumer import RedisEventConsumer
from edx_event_bus_redis.internal.producer import create_producer

__version__ = '0.4.0'
__version__ = '0.5.0'

default_app_config = 'edx_event_bus_redis.apps.EdxEventBusRedisConfig' # pylint: disable=invalid-name

0 comments on commit ffc1bcb

Please sign in to comment.