Skip to content

Commit

Permalink
deployed new version to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendrra committed Jan 28, 2025
1 parent b479af7 commit b558928
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.3"
version = "1.0.4"
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.3'
VERSION = '1.0.4'
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 b558928

Please sign in to comment.