Skip to content

Commit b93d1f3

Browse files
committed
Add version on setup file
1 parent d28b885 commit b93d1f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import json
22
import setuptools
33

4-
version = json.load(open('./version.json')).get('current')
5-
64
with open("README.md", "r") as fh:
75
long_description = fh.read()
86

97
setuptools.setup(
108
name="iaflow",
11-
version=version,
9+
version='2.1.2',
1210
author="Enmanuel Magallanes Pinargote",
1311
author_email="enmanuelmag@cardor.dev",
1412
description="This library help to create models with identifiers, checkpoints, logs and metadata automatically, in order to make the training process more efficient and traceable.",

0 commit comments

Comments
 (0)