File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2020 Jesse Michel and Kyle Swanson
1
+ Copyright (c) 2022 Jesse Michel and Kyle Swanson
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 38
38
'Programming Language :: Python :: 3.7' ,
39
39
'Programming Language :: Python :: 3.8' ,
40
40
'Programming Language :: Python :: 3.9' ,
41
+ 'Programming Language :: Python :: 3.10' ,
41
42
'License :: OSI Approved :: MIT License' ,
42
43
'Operating System :: OS Independent' ,
43
44
"Typing :: Typed"
Original file line number Diff line number Diff line change 1
1
__all__ = ['__version__' ]
2
2
3
3
# major, minor, patch
4
- version_info = 1 , 7 , 1
4
+ version_info = 1 , 7 , 2
5
5
6
6
# Nice string for the version
7
7
__version__ = '.' .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments