Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fangwei123456 committed Nov 11, 2023
1 parent fc13801 commit 83d33a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
install_requires=install_requires,
name="spikingjelly",
version="0.0.0.0.14",
version="0.0.0.0.15",
author="PKU MLG, PCL, and other contributors",
author_email="fwei@pku.edu.cn, chyq@pku.edu.cn",
description="A deep learning framework for SNNs built on PyTorch.",
Expand All @@ -36,4 +36,4 @@
"Operating System :: OS Independent",
],
python_requires='>=3.6'
)
)

0 comments on commit 83d33a2

Please sign in to comment.