Skip to content

Commit 86f955c

Browse files
committed
bump version
1 parent ed74a7e commit 86f955c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apipkg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010
from types import ModuleType
1111

12-
__version__ = '1.2.dev6'
12+
__version__ = '1.2.dev7'
1313

1414
def initpkg(pkgname, exportdefs, attr=dict()):
1515
""" initialize given package from the export definitions. """

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def main():
1919
description=
2020
'apipkg: namespace control and lazy-import mechanism',
2121
long_description = open('README.txt').read(),
22-
version='1.2.dev6',
22+
version='1.2.dev7',
2323
url='http://bitbucket.org/hpk42/apipkg',
2424
license='MIT License',
2525
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
@@ -38,4 +38,4 @@ def main():
3838
)
3939

4040
if __name__ == '__main__':
41-
main()
41+
main()

0 commit comments

Comments
 (0)