Skip to content

Commit

Permalink
fixed the small import error & updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendrra committed Sep 7, 2024
1 parent f2fa85e commit d9e1fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "axon-pypi"
version = "1.0.2"
version = "1.0.3"
description = "Multi-dimensional array creation & manipulation library like numpy written from scratch in Python along with a scalar level autograd engine written in C/C++ with Python wrapper"
readme = "README.md"
license = {text = "MIT"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with codecs.open(os.path.join(current_dir, "README.md"), encoding="utf-8") as file:
long_description = file.read()

VERSION = '1.0.2'
VERSION = '1.0.3'
DESCRIPTION = 'Multi-dimensional array creation & manipulation library like numpy written from scratch in python along with a scalar level autograd engine written in C/C++ with python wrapper'
lib_path = os.path.join(current_dir, 'axon', 'micro', 'libscalar.so')

Expand Down

0 comments on commit d9e1fca

Please sign in to comment.