Skip to content

Commit 50fc26f

Browse files
author
Amir.H Ebrahimi
committed
core: Rename package in setup.py
1 parent 87f5f5b commit 50fc26f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.4"
5+
__version__ = "0.1.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
license="MIT license",
3434
long_description=readme + "\n\n" + history,
3535
include_package_data=True,
36-
keywords="CNRL-CoNeX",
37-
name="CNRL-CoNeX",
36+
keywords="cnrl-conex",
37+
name="cnrl-conex",
3838
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.4",
42+
version="0.1.5",
4343
zip_safe=False,
4444
)

0 commit comments

Comments
 (0)