-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from joon0110/hw6
Hw6: doc prep and version update
- Loading branch information
Showing
4 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
TODO | ||
## Prerequisites | ||
|
||
Clone the repository from github with git clone command, and install dependencies using `make develop`. | ||
|
||
## Making changes | ||
|
||
Please make changes with descriptive commit messages and create tests for new codes you created. Lint and autoformat your code using 'make lint' and 'make format'. | ||
|
||
# Contribution Guidelines | ||
|
||
Create a PR to the main and write down what you changed and how it works in the comment section. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ name = "scranking" | |
authors = [{name = "Joon Ahn", email = "[email protected]"}] | ||
description="scranking is a python library that display ranking of the college swimmer" | ||
readme = "README.md" | ||
version = "0.0.1" | ||
version = '0.1.1' | ||
requires-python = ">=3.8" | ||
|
||
dependencies = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.1" | ||
__version__ = '0.1.1' |