Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 01fcb63

Browse files
committed
updated version
1 parent c5e9694 commit 01fcb63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from distutils.core import setup
22
from pathlib import Path
33

4-
version = "1.0.0"
4+
version = "1.0.1"
55
long_description = (Path(__file__).parent / "README.md").read_text(encoding="utf-8")
66

77
setup(
8-
name="progpt",
8+
name="ProGPT",
99
packages=["ProGPT"],
1010
version=version,
1111
license="MIT",

0 commit comments

Comments
 (0)