Skip to content

Commit

Permalink
Version 0.34.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jan 27, 2020
1 parent e9a7fff commit c825d30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion detools/version.py
@@ -1 +1 @@
__version__ = '0.34.0'
__version__ = '0.34.1'
2 changes: 2 additions & 0 deletions src/c/detools.h
Expand Up @@ -60,6 +60,8 @@
#include <stdio.h>
#include <stdbool.h>

#define PBTOOLS_VERSION "0.34.1"

/* Error codes. */
#define DETOOLS_OK 0
#define DETOOLS_NOT_IMPLEMENTED 1
Expand Down

0 comments on commit c825d30

Please sign in to comment.