File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8383
8484# extract version from installed package metadata
8585__application_name__ = "inquestlabs"
86- __version__ = "1.2.2 "
86+ __version__ = "1.2.3 "
8787# __version__ = version(__application_name__)
8888__full_version__ = f"{ __application_name__ } { __version__ } "
8989
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " inquestlabs"
7- version = " 1.2.2 "
7+ version = " 1.2.3 "
88license = {file = " LICENSE" }
99authors = [
1010 {
name =
" InQuest" ,
email =
" [email protected] " },
1111]
1212description = " A Pythonic interface and CLI tool for the InQuest Labs API"
1313readme = " README.md"
14- requires-python = " >=3.9 "
14+ requires-python = " >=3.6 "
1515
1616dependencies = [
1717 " attrs" ,
You can’t perform that action at this time.
0 commit comments