Skip to content

Commit

Permalink
Python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Jun 5, 2017
1 parent 82ebb91 commit 70d7b61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pymlconf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
ConfigurationAlreadyInitializedError, ConfigurationNotInitializedError
from pymlconf.proxy import DeferredConfigManager

__version__ = '0.8.2'

__version__ = '0.8.3'


__all__ = ['ConfigManager',
'Mergable',
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ def read(filename):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries'
],
test_suite='pymlconf.tests',
Expand Down

0 comments on commit 70d7b61

Please sign in to comment.