Skip to content

Commit 3625740

Browse files
authored
Merge pull request #70 from z3c0/test (v0.9.30)
v0.9.30
2 parents 9a74548 + 09eae85 commit 3625740

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
include vistos/src/gpo/index/*.bgmap
1+
include vistos/src/gpo/index/*.bgmap
2+
include vistos/VERSION

vistos/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.25
1+
0.9.30

vistos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__all__ = ['gpo', 'Congress', 'CongressMember', 'search_congress_members']
88

9-
VERSION = str(open(os.path.dirname(__file__) + '/VERSION', 'r').read())
9+
VERSION = open(os.path.join(os.path.dirname(__file__), 'VERSION'), 'r').read()

0 commit comments

Comments
 (0)