Skip to content

Commit

Permalink
Merge pull request #85 from SaltieRL/0.5.6
Browse files Browse the repository at this point in the history
0.5.6
  • Loading branch information
Sciguymjm authored Oct 3, 2018
2 parents 84f1855 + 64e9c5f commit b6e8088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with open(os.path.join('carball', 'analysis', 'PROTOBUF_VERSION'), 'r') as f:
PROTOBUF_VERSION = json.loads(f.read())

subversion = 5
subversion = 6
version_string = '0.' + str(PROTOBUF_VERSION) + '.' + str(subversion)

if os.path.isfile('README.md'):
Expand Down

0 comments on commit b6e8088

Please sign in to comment.