We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2c72d commit 266705eCopy full SHA for 266705e
docs/conf.py
@@ -59,7 +59,7 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = '0.2.6'
+version = '0.2.7'
63
# The full version, including alpha/beta/rc tags.
64
release = version
65
setup.py
@@ -8,7 +8,7 @@
8
import subprocess
9
import platform
10
11
-VERSION = '0.2.6'
+VERSION = '0.2.7'
12
PKG_DIR = 'pyroaring'
13
14
PLATFORM_WINDOWS = (platform.system() == 'Windows')
0 commit comments