Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robgjansen committed Jul 20, 2022
1 parent 4f55d55 commit 3e36a87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion src/tgen.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <errno.h>
#include <string.h>

#define TGEN_VERSION "1.1.0"
#define TGEN_VERSION "1.1.1"

#if 1 /* #ifdef DEBUG */
#define TGEN_MAGIC 0xABBABAAB
Expand Down
2 changes: 1 addition & 1 deletion tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='TGenTools',
version="1.1.0",
version="1.1.1",
description='A utility to analyze and visualize TGen output',
author='Rob Jansen',
url='https://github.com/shadow/tgen/',
Expand Down
2 changes: 1 addition & 1 deletion tools/tgentools/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 3e36a87

Please sign in to comment.