Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
atsb committed Sep 20, 2023
1 parent 5d8ab84 commit 654286d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from nose.tools import with_setup

__author__ = 'Adam Bilbrough'
__versioninfo__ = (1, 6, 2)
__versioninfo__ = (1, 6, 3)
__version__ = '.'.join(map(str, __versioninfo__))

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys

VERSION = '1.6.2'
VERSION = '1.6.3'
py_vers_tag = '-%s.%s' % sys.version_info[:2]

test_dirs = ['functional_tests', 'unit_tests', os.path.join('doc', 'doc_tests'), 'nose']
Expand Down

0 comments on commit 654286d

Please sign in to comment.