Skip to content

Commit 0425a40

Browse files
committed
Version 0.0.4
1 parent 93c9a23 commit 0425a40

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

eC

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from os import path
1616

17-
pkg_version = '0.0.3'
17+
pkg_version = '0.0.4'
1818

1919
env = os.environ.copy()
2020

@@ -265,6 +265,7 @@ def get_tag(self):
265265
'Intended Audience :: Developers',
266266
'Operating System :: Microsoft :: Windows',
267267
'Operating System :: POSIX :: Linux',
268+
'Operating System :: MacOS',
268269
'Programming Language :: Other',
269270
'Programming Language :: Python :: 3',
270271
'Topic :: File Formats :: JSON',

0 commit comments

Comments
 (0)