Skip to content

Commit 8967a51

Browse files
committed
Merge branch 'Py310Unions' into main
2 parents 6a8b282 + 7ae1b57 commit 8967a51

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 Jesse Michel and Kyle Swanson
1+
Copyright (c) 2022 Jesse Michel and Kyle Swanson
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
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"

tap/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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))

0 commit comments

Comments
 (0)