-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b84734
commit 83cec96
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,15 +26,15 @@ | |
'EMOJI_DATA', 'STATUS', 'LANGUAGES', | ||
] | ||
|
||
__version__ = '2.0.0' | ||
__version__ = '2.1.0' | ||
__author__ = 'Taehoon Kim, Kevin Wurster and Tahir Jalilov' | ||
__email__ = '[email protected]' | ||
# and [email protected], [email protected] | ||
__source__ = 'https://github.com/carpedm20/emoji/' | ||
__license__ = ''' | ||
New BSD License | ||
Copyright (c) 2014-2021, Taehoon Kim, Kevin Wurster and Tahir Jalilov | ||
Copyright (c) 2014-2022, Taehoon Kim, Kevin Wurster and Tahir Jalilov | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
|