Skip to content

Commit

Permalink
Merge branch 'Py310Unions' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Jan 1, 2022
2 parents 6a8b282 + 7ae1b57 commit 8967a51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 Jesse Michel and Kyle Swanson
Copyright (c) 2022 Jesse Michel and Kyle Swanson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
"Typing :: Typed"
Expand Down
2 changes: 1 addition & 1 deletion tap/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__all__ = ['__version__']

# major, minor, patch
version_info = 1, 7, 1
version_info = 1, 7, 2

# Nice string for the version
__version__ = '.'.join(map(str, version_info))

0 comments on commit 8967a51

Please sign in to comment.