Skip to content

Commit

Permalink
updated to version 2.1, snake_case package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsadler-branch committed Sep 5, 2022
1 parent 28b2067 commit 061a54b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def get_pr_id_from_commit_id(
logging.info(f"PR ID: {pr_id}")
return pr_id


def get_files_changed_during_pr(
organization,
repository,
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
from pathlib import Path


VERSION = '0.2.0'
VERSION = '0.2.1'
DESCRIPTION = 'Python Script for interacting with Github API'
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

setup(
name="py-github-helper",
name="py_github_helper",
version=VERSION,
url="https://github.com/org-not-included/py-github-helper/",
author="mtsadler (Mike Sadler)",
Expand Down

0 comments on commit 061a54b

Please sign in to comment.