File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 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
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 3838 'Programming Language :: Python :: 3.7' ,
3939 'Programming Language :: Python :: 3.8' ,
4040 'Programming Language :: Python :: 3.9' ,
41+ 'Programming Language :: Python :: 3.10' ,
4142 'License :: OSI Approved :: MIT License' ,
4243 'Operating System :: OS Independent' ,
4344 "Typing :: Typed"
Original file line number Diff line number Diff line change 11__all__ = ['__version__' ]
22
33# major, minor, patch
4- version_info = 1 , 7 , 1
4+ version_info = 1 , 7 , 2
55
66# Nice string for the version
77__version__ = '.' .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments