Skip to content

Commit a1e3319

Browse files
committed
Change version schema from 0.12.1dev to 0.12.1a for sake of following pep 440
1 parent d1cfd14 commit a1e3319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This relies on each of the submodules having an __all__ variable.
22

3-
__version__ = '0.12.1dev'
3+
__version__ = '0.12.1a'
44

55

66
from .protocol import * # noqa

0 commit comments

Comments
 (0)