Skip to content

Commit 69327de

Browse files
release v0.0.2
1 parent 8eeab8c commit 69327de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = comby
3-
version = 0.0.1
3+
version = 0.0.2
44
author = Christopher Timperley
55
author-email = [email protected]
66
url = "https://github.com/ChrisTimperley/comby-python"

src/comby/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
Comby = CombyBinary
1313

14-
__version__ = '0.0.1'
14+
__version__ = '0.0.2'
1515

1616
_logger.disable('comby')

0 commit comments

Comments
 (0)