File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
=====
14
14
15
15
A fast BSON to MongoDB Extended JSON converter for Python that uses
16
- `libbson <http://mongoc.org/libbson/1.6.2 / >`_.
16
+ `libbson <http://mongoc.org/libbson/1.20.0 / >`_.
17
17
18
18
Installation
19
19
============
Original file line number Diff line number Diff line change 35
35
36
36
setup (
37
37
name = "python-bsonjs" ,
38
- version = "0.3.0.dev0 " ,
38
+ version = "0.3.0" ,
39
39
description = "A library for converting between BSON and JSON." ,
40
40
long_description = description ,
41
41
author = "Shane Harvey" ,
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ PyInit_bsonjs(VOID)
263
263
264
264
if (PyModule_AddObject (module ,
265
265
"__version__" ,
266
- PyUnicode_FromString ("0.3.0.dev0 " ))) {
266
+ PyUnicode_FromString ("0.3.0" ))) {
267
267
Py_DECREF (module );
268
268
INITERROR ;
269
269
}
You can’t perform that action at this time.
0 commit comments