Version bump and included python 3.8 in setup.py file.

This commit is contained in:
Mark Wolfman
2020-04-30 00:13:39 -05:00
parent e2d9bdd99e
commit fcef8ed0b6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
0.9.4
0.10.0
+1
View File
@@ -41,6 +41,7 @@ setup(name='dungeonsheets',
'Natural Language :: English',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Games/Entertainment :: Role-Playing',
],
)