diff --git a/README.md b/README.md index 369d2e8..6186542 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ⚠️ CAUTION: **`Note that this is a WIP, and is not yet perfected. There will be errors, and it would be appreciated if you let us know about it.`** ⚠️ -> **Version: 1.7.1 +> **Version: 1.7.5 [![Contributors](https://img.shields.io/github/contributors/JBYT27/GitAPI?style=for-the-badge)](https://github.com/JBYT27/GitAPI/graphs/contributors) [![Forks](https://img.shields.io/github/forks/JBYT27/GitAPI?style=for-the-badge)](https://github.com/JBYT27/GitAPI/network/members) diff --git a/src/LICENSE b/src/LICENSE index 5cd6d92..b758a6c 100644 --- a/src/LICENSE +++ b/src/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Glitch +Copyright (c) 2021 JBYT27 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/README.md b/src/README.md index 5ddc5cb..6186542 100644 --- a/src/README.md +++ b/src/README.md @@ -1,5 +1,5 @@ ⚠️ CAUTION: **`Note that this is a WIP, and is not yet perfected. There will be errors, and it would be appreciated if you let us know about it.`** ⚠️ -> **Version: 1.7.1 +> **Version: 1.7.5 [![Contributors](https://img.shields.io/github/contributors/JBYT27/GitAPI?style=for-the-badge)](https://github.com/JBYT27/GitAPI/graphs/contributors) [![Forks](https://img.shields.io/github/forks/JBYT27/GitAPI?style=for-the-badge)](https://github.com/JBYT27/GitAPI/network/members) @@ -19,6 +19,9 @@ This API is designed to show GitHub stats for certain users, or viewing GitHub i > To learn how to use it, you can read the Usage header below. +### Posts +The Replit post is located [here](https://replit.com/talk/share/GitAPI-A-GitHub-API-for-you/146858) + ### Languages used Languages used to program this package were: [Python3](https://python.org) @@ -173,6 +176,9 @@ Contributing will be listed mostly in the [Code of Conduct](https://github.com/J ## License This package is under the [`MIT License`](https://github.com/JBYT27/GitAPI/blob/master/MyApp/LICENSE). +## Projects +All of the projects involving or using this package is listed [here](https://github.com/JBYT27/GitAPI/blob/master/.github/PROJECTS.md). + ## Features: - [x] Add basic features for `User()` class - [ ] Add advanced features for `User()` class @@ -225,4 +231,4 @@ This package is under the [`MIT License`](https://github.com/JBYT27/GitAPI/blob/ * `git_api.Repo("owner", "reponame").IsPrivate()` * `git_api.Repo("owner", "reponame").Name()` * `git_api.Repo("owner", "reponame").Language()` -* `git_api.Repo("owner", "reponame").Stars()` \ No newline at end of file +* `git_api.Repo("owner", "reponame").Stars()` diff --git a/src/setup.py b/src/setup.py index 812a88e..85b8799 100644 --- a/src/setup.py +++ b/src/setup.py @@ -6,11 +6,11 @@ setup( name = "git_api", - version = "1.7.1", + version = "1.7.5", description = "A GitHub API. Extracts data from GitHub into json style data.", long_description = long_description, long_description_content_type = "text/markdown", - url = "https://github.com/JBYT27/GitAPI", + url = "https://github.com/JBYT27/Git-API", author = "JBYT27", author_email = "beol0127@gmail.com", license = "MIT",