diff --git a/CHANGELOG b/CHANGELOG index d7ca43b..081a424 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/bfxapi/version.py b/bfxapi/version.py index 69d6f6b..9bf47a6 100644 --- a/bfxapi/version.py +++ b/bfxapi/version.py @@ -2,4 +2,4 @@ This module contains the current version of the bfxapi lib """ -__version__ = '0.0.1' +__version__ = '1.0.0'