Skip to content

Commit ef79be5

Browse files
committed
Prepare for release
1 parent 2adac47 commit ef79be5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def open_relative(*path):
1313
Opens files in read-only with a fixed utf-8 encoding.
1414
1515
All locations are relative to this setup.py file.
16+
1617
"""
1718
here = os.path.abspath(os.path.dirname(__file__))
1819
filename = os.path.join(here, *path)
@@ -71,6 +72,9 @@ def open_relative(*path):
7172
'Programming Language :: Python :: 2.7',
7273
'Programming Language :: Python :: 3.5',
7374
'Programming Language :: Python :: 3.6',
75+
'Programming Language :: Python :: 3.7',
76+
'Programming Language :: Python :: 3.8',
77+
'Programming Language :: Python :: 3.9',
7478
],
7579

7680
# What does your project relate to?

src/borneo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# https://oss.oracle.com/licenses/upl/
66
#
77

8-
__version__ = '5.2.1'
8+
__version__ = '5.2.4'

0 commit comments

Comments
 (0)