Skip to content

Commit

Permalink
Merge pull request #93 from SaltieRL/0.6.0
Browse files Browse the repository at this point in the history
0.6.0
  • Loading branch information
Sciguymjm authored Oct 10, 2018
2 parents ceab0c3 + a662c26 commit 3259391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion carball/analysis/PROTOBUF_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5
6
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 = 6
subversion = 0
version_string = '0.' + str(PROTOBUF_VERSION) + '.' + str(subversion)

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

0 comments on commit 3259391

Please sign in to comment.