Skip to content

Commit 4024b16

Browse files
committed
Start on next version
1 parent 1d89ae7 commit 4024b16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def build_isa_l(compiler_command: str, compiler_options: str):
169169

170170
setup(
171171
name="isal",
172-
version="0.8.0",
172+
version="0.9.0-dev",
173173
description="Faster zlib and gzip compatible compression and "
174174
"decompression by providing python bindings for the ISA-L "
175175
"library.",
@@ -197,7 +197,7 @@ def build_isa_l(compiler_command: str, compiler_options: str):
197197
"Programming Language :: Python :: 3.8",
198198
"Programming Language :: Python :: 3.9",
199199
"Programming Language :: Cython",
200-
"Development Status :: 3 - Alpha",
200+
"Development Status :: 4 - Beta",
201201
"Topic :: System :: Archiving :: Compression",
202202
"License :: OSI Approved :: MIT License",
203203
"Operating System :: POSIX :: Linux",

src/isal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
"__version__"
4040
]
4141

42-
__version__ = "0.8.0"
42+
__version__ = "0.9.0-dev"

0 commit comments

Comments
 (0)