Skip to content

Commit b76187c

Browse files
committed
Bump version to 0.0.4
1 parent d2e45f5 commit b76187c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

coc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.0.3'
3+
__version__ = '0.0.4'
44

55
from .client import Client
66
from .dataclasses import (

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page keeps a fairly detailed, human readable version
77
of what has changed, and whats new for each version of the lib.
88

99

10-
v0.0.3
10+
v0.0.4
1111
-------
1212
BugFixes
1313
~~~~~~~~~

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
with open(os.path.join(os.getcwd(), 'requirements.txt')) as f:
66
requirements = f.read().splitlines()
77

8-
version = '0.0.3'
8+
version = '0.0.4'
99

1010
readme = ''
1111
with open('README.rst') as f:

0 commit comments

Comments
 (0)