Skip to content

Commit

Permalink
Merge pull request #12 from CCNU-ACM-Official/dev
Browse files Browse the repository at this point in the history
[fix] setup
  • Loading branch information
jixxiong authored Apr 13, 2024
2 parents 9a6d7ee + 25c447a commit 8c8d09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project is a data mocker for CCNUACM. It is written in Python.
To install the necessary dependencies, run the following command:

```bash
pip3 install ccnuacm-datamocker
pip3 install ccnuacm-datamocker -U
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="ccnuacm_datamocker",
version="0.0.1",
version="0.0.2",
description="A data mocking library for CCNU ACM",
author="JixiangXiong",
author_email="xiongjx751@qq.com",
Expand Down

0 comments on commit 8c8d09b

Please sign in to comment.