Skip to content

Commit c1194d5

Browse files
committed
nts: proxy support version bump
1 parent c69c35d commit c1194d5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ __pycache__/
22
*.pyc
33
/MANIFEST
44
/.tox/
5+
.idea/
6+
.venv/
7+
build/
8+
help/

setup.py

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

55
setup(
66
name='Mesh Client',
7-
version='0.2.0',
7+
version='0.3.0',
88
description='Client for NHS Digital \'s MESH messaging system',
99
author='James Pickering',
1010
author_email='james.pickering@xml-solutions.com',

0 commit comments

Comments
 (0)