Skip to content

Commit

Permalink
Happy New Year
Browse files Browse the repository at this point in the history
  • Loading branch information
ErinMorelli committed Jan 5, 2019
1 parent b7328e1 commit 86f76cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2017 Erin Morelli
Copyright (c) 2017-2019, Erin Morelli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions parroter.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Copyright (c) 2017-2018 Erin Morelli.
Copyright (c) 2017-2019, Erin Morelli.
Title : EM Slack Party Parroter
Author : Erin Morelli
Expand Down Expand Up @@ -35,7 +35,7 @@

# Script credits
__title__ = 'EM Slack Party Parroter'
__copyright__ = 'Copyright (c) 2017-2018, Erin Morelli'
__copyright__ = 'Copyright (c) 2017-2019, Erin Morelli'
__author__ = 'Erin Morelli'
__email__ = 'erin@erinmorelli.com'
__license__ = 'MIT'
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -6,7 +6,7 @@ chardet==3.0.3
idna==2.5
packaging==16.8
pyparsing==2.2.0
PyYAML==3.12
requests==2.17.3
pyyaml>=4.2b1
requests>=2.20.0
six==1.10.0
urllib3==1.21.1
urllib3>=1.23

0 comments on commit 86f76cb

Please sign in to comment.