Skip to content

Commit

Permalink
fix init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsadler-branch committed Sep 5, 2022
1 parent 061a54b commit dcadae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion py_github_helper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .utils import commands
import utils

__all__ = [
commands,
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 @@
from pathlib import Path


VERSION = '0.2.1'
VERSION = '0.2.2-alpha.1'
DESCRIPTION = 'Python Script for interacting with Github API'
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
Expand Down

0 comments on commit dcadae5

Please sign in to comment.