Skip to content

Commit 5fc3a3f

Browse files
committed
Version 0.2.6
1 parent c2f30ea commit 5fc3a3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0.2.5'
62+
version = '0.2.6'
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import subprocess
99
import platform
1010

11-
VERSION = '0.2.5'
11+
VERSION = '0.2.6'
1212
PKG_DIR = 'pyroaring'
1313

1414
PLATFORM_WINDOWS = (platform.system() == 'Windows')

0 commit comments

Comments
 (0)