Skip to content

Commit f96c375

Browse files
authored
Merge pull request #23 from karellen/release_0.0.5
Release 0.0.5
2 parents 6a4a2b3 + b5123f6 commit f96c375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
use_plugin("copy_resources")
2626

2727
name = "geventmp"
28-
version = "0.0.5.dev"
28+
version = "0.0.5"
2929

3030
summary = "Multiprocessing Gevent Extension"
3131
authors = [Author("Karellen, Inc.", "supervisor@karellen.co")]
@@ -38,7 +38,7 @@
3838
}
3939
license = "Apache License, Version 2.0"
4040

41-
requires_python = ">=3.6"
41+
requires_python = ">3.6"
4242

4343
default_task = ["analyze", "publish"]
4444

0 commit comments

Comments
 (0)