Skip to content

Commit 005e04b

Browse files
committed
BUMP 0.1.1
1 parent 8063dcc commit 005e04b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
setup(
4545
name="python-bsonjs",
46-
version="0.1.0",
46+
version="0.1.1",
4747
description="A library for converting between BSON and JSON.",
4848
long_description=description,
4949
author="Shane Harvey",

src/bsonjs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ initbsonjs(VOID)
255255

256256
if (PyModule_AddObject(module,
257257
"__version__",
258-
PyString_FromString("0.1.0"))) {
258+
PyString_FromString("0.1.1"))) {
259259
Py_DECREF(module);
260260
INITERROR;
261261
}

0 commit comments

Comments
 (0)