Skip to content

Commit 9c33d97

Browse files
author
Amir.H Ebrahimi
committed
core: bump conex version to 0.1.4
1 parent 857a452 commit 9c33d97

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

conex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from conex.nn import *
33
from conex.helpers import *
44

5-
__version__ = "0.1.3"
5+
__version__ = "0.1.4"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
include_package_data=True,
3636
keywords="CNRL-CoNeX",
3737
name="CNRL-CoNeX",
38-
packages=find_packages(include=['conex', 'conex.*']),
38+
packages=find_packages(include=["conex", "conex.*"]),
3939
test_suite="tests",
4040
tests_require=test_requirements,
4141
url="https://github.com/cnrl/CoNeX",
42-
version="0.1.3",
42+
version="0.1.4",
4343
zip_safe=False,
4444
)

0 commit comments

Comments
 (0)