Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 1fcdcff

Browse files
committed
Bump version: 0.3.3 → 0.3.4
1 parent 56e7c34 commit 1fcdcff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.3
2+
current_version = 0.3.4
33
commit = True
44
tag = True
55

aioredis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020

2121

22-
__version__ = '0.3.3'
22+
__version__ = '0.3.4'
2323

2424
# make pyflakes happy
2525
(create_connection, RedisConnection,

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# The short X.Y version.
7070
version = '0.3'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '0.3.3'
72+
release = '0.3.4'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

0 commit comments

Comments
 (0)