Skip to content

Commit d05a335

Browse files
committed
BUMP 0.1.0
1 parent 8370243 commit d05a335

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Changelog
2+
=========
3+
4+
First release 0.1.0
5+
```````````````````
6+
7+
Version 0.1.0 is the first release of python-bsonjs!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
use_setuptools()
2929
from setuptools import setup, Extension
3030

31-
BSONJS_VERSION = "0.1.0.dev0"
31+
BSONJS_VERSION = "0.1.0"
3232

3333
with open("README.rst") as f:
3434
try:

0 commit comments

Comments
 (0)