Skip to content

Commit 3e675f4

Browse files
committed
Update to v2.4.0
1 parent 3b3cc01 commit 3e675f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/alinea/astk/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# -*- coding: utf-8 -*-
33

44
major = 2
5-
minor = 3
6-
post = 2
5+
minor = 4
6+
post = 0
77

88
__version__ = ".".join([str(s) for s in (major, minor, post)])
99
# #}

0 commit comments

Comments
 (0)