Skip to content

Commit

Permalink
version update: various bugfixes
Browse files Browse the repository at this point in the history
Former-commit-id: f8829bf
  • Loading branch information
interrogator committed Aug 19, 2015
1 parent 859727c commit 8cc60b8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion corpkit-1.24.tar.gz.REMOVED.git-id

This file was deleted.

1 change: 1 addition & 0 deletions corpkit-1.26.tar.gz.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1c1edf13cecf0ef56419164b0e3f54fef1d5bd2f
2 changes: 1 addition & 1 deletion corpkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"move_parsed_files",
"corenlp_exists"]

__version__ = "1.24"
__version__ = "1.26"
__author__ = "Daniel McDonald"
__license__ = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion corpkit/corpkit-gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ def getdir():
# dep type
dep_types = tuple(('Basic', 'Collapsed', 'CC-processed'))
kind_of_dep = StringVar(root)
kind_of_dep.set('Basic')
kind_of_dep.set('CC-processed')
Label(tab1, text = 'Dependency type:').grid(row = 12, column = 0, sticky = W)
pick_dep_type = OptionMenu(tab1, kind_of_dep, *dep_types)
pick_dep_type.config(state = DISABLED)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='corpkit',
version='1.24',
version='1.26',
description='A toolkit for working with linguistic corpora',
url='http://github.com/interrogator/corpkit',
author='Daniel McDonald',
Expand Down

0 comments on commit 8cc60b8

Please sign in to comment.