Skip to content

Commit c546635

Browse files
committed
RLS: wrdrd v0.2.0
1 parent c39355e commit c546635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

2525
setup(
2626
name='wrdrd',
27-
version='0.1.0',
27+
version='0.2.0',
2828
description='WRD R&D Web Consulting Tools and Documentation',
2929
long_description=readme + '\n\n' + history,
3030
author='Wes Turner',

wrdrd/__init__.py

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

44
__author__ = 'Wes Turner'
55
__email__ = '[email protected]'
6-
__version__ = '0.1.0'
6+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)