version: bump to 1.0.0 and add to changelog

This commit is contained in:
Jacob Plaster
2019-07-17 14:29:04 +07:00
parent 1eacb9eab9
commit 5d24c8eb28
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
1.0.0
- Removal of camel-casing file naming and git duplicates
i.e bfx.client instead of bfx.Client
0.0.1
- Added change-log and PR/Issue templates

View File

@@ -2,4 +2,4 @@
This module contains the current version of the bfxapi lib
"""
__version__ = '0.0.1'
__version__ = '1.0.0'