Skip to content

Commit 073a01f

Browse files
committed
bumped version to 0.0.5
1 parent b600e75 commit 073a01f

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
@@ -2,7 +2,7 @@
22

33
setup(
44
name='shed-sidewinder',
5-
version='0.0.4',
5+
version='0.0.5',
66
packages=find_packages(),
77
author='Christopher J. Wright',
88
author_email='cjwright4242@gmail.com',

shed_sidewinder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def time_from_epoch(dt, epoch=unix_epoch):
88
return (dt - epoch).total_seconds()
99

1010

11-
__version__ = '0.0.4'
11+
__version__ = '0.0.5'

0 commit comments

Comments
 (0)