Skip to content

Commit e951e1e

Browse files
committed
Update to version 2.6.1
1 parent 7d76b25 commit e951e1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pynuodb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
See the LICENSE file provided with this software.
77
"""
88

9-
__version__ = '2.6.0'
9+
__version__ = '2.6.1'
1010

1111
from .connection import *
1212
from .datatype import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
'Programming Language :: Python :: 2',
5353
'Programming Language :: Python :: 2.7',
5454
'Programming Language :: Python :: 3',
55-
'Programming Language :: Python :: 3.4',
55+
'Programming Language :: Python :: 3.6',
5656
'Programming Language :: SQL',
5757
'Topic :: Database :: Front-Ends',
5858
],

0 commit comments

Comments
 (0)