Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
diezo committed Jan 5, 2024
1 parent c5e9694 commit 01fcb63
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
@@ -1,11 +1,11 @@
from distutils.core import setup
from pathlib import Path

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

setup(
name="progpt",
name="ProGPT",
packages=["ProGPT"],
version=version,
license="MIT",
Expand Down

0 comments on commit 01fcb63

Please sign in to comment.