We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeab8c commit 69327deCopy full SHA for 69327de
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = comby
3
-version = 0.0.1
+version = 0.0.2
4
author = Christopher Timperley
5
author-email = [email protected]
6
url = "https://github.com/ChrisTimperley/comby-python"
src/comby/__init__.py
@@ -11,6 +11,6 @@
11
12
Comby = CombyBinary
13
14
-__version__ = '0.0.1'
+__version__ = '0.0.2'
15
16
_logger.disable('comby')
0 commit comments