Skip to content

Commit

Permalink
Introduction of the resource_types submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jul 19, 2019
1 parent 34e56d4 commit 8232cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyTravisCI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from PyTravisCI.configuration import Communication as CommunicationConfig
from PyTravisCI.encryption import Encryption

VERSION = "1.3.0"
VERSION = "1.4.0"

# pylint: disable=too-many-public-methods
class TravisCI:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def get_long_description():
license="MIT",
url="https://github.com/funilrys/PyTravisCI",
platforms=["any"],
packages=[PACKAGE_NAME],
packages=[PACKAGE_NAME, f"{PACKAGE_NAME}.resource_types"],
keywords=["Travis CI", "Travis", "CI", "API"],
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit 8232cef

Please sign in to comment.