Skip to content

Commit

Permalink
Merge pull request #38 from ProdPerfect/update-license
Browse files Browse the repository at this point in the history
Updating license type
  • Loading branch information
chdastolfo authored Sep 1, 2021
2 parents 3276982 + 43eb048 commit b1f50e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monday/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.2.5'
__version__ = '1.2.6'
__author__ = 'Christina D\'Astolfo'
__email__ = '[email protected], [email protected], [email protected]'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
url='https://github.com/ProdPerfect/monday',
include_package_data=True,
zip_safe=False,
license='MIT',
license='BSD',
python_requires='>=3.6',
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit b1f50e0

Please sign in to comment.