Skip to content

Commit 55d36d6

Browse files
Bump version number and required webware version.
1 parent 64a0b05 commit 55d36d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author='Chuck Esterbrook, cito, jdhildeb, nl et al.',
1818
author_email='[email protected]',
1919
description=description,
20-
install_requires=['Webware-for-Python>=3.0.0a0'],
20+
install_requires=['Webware-for-Python>=3.0.0a1'],
2121
long_description=long_description,
2222
long_description_content_type='text/markdown',
2323
keywords='database orm',

webware/MiddleKit/Properties.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = 'MiddleKit'
22

3-
version = (1,2,9)
3+
version = (3, 0, 0, 'a1')
44

55
docs = [
66
{'name': 'Introduction', 'file': 'Intro.html'},

0 commit comments

Comments
 (0)