Skip to content

Commit 3096427

Browse files
committed
v0.0.3
1 parent 8d65f60 commit 3096427

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

categorical_encoding/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
import categorical_encoding.primitives
66
import categorical_encoding.tests
77

8-
__version__ = '0.0.1'
8+
__version__ = '0.0.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='categorical_encoding',
11-
version='0.0.1',
11+
version='0.0.3',
1212
description='categorical encoding for featuretools',
1313
author='Feature Labs, Inc.',
1414
author_email='support@featurelabs.com',

0 commit comments

Comments
 (0)