Skip to content

Commit

Permalink
chore: bump version no
Browse files Browse the repository at this point in the history
  • Loading branch information
maltemoeser committed Jul 29, 2020
1 parent 731d42d commit 9f0b657
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(blocksci)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")

set(BlockSci_VERSION 0.5.0)
set(BlockSci_VERSION 0.7.0)

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion blockscipy/blocksci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .opreturn import label_application
from .pickler import *

VERSION = "0.6.0"
VERSION = "0.7.0"


sys.modules['blocksci.proxy'] = proxy
Expand Down
2 changes: 1 addition & 1 deletion blockscipy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def build_extension(self, ext):

setup(
name='blocksci',
version='0.6.0',
version='0.7.0',
author='Harry Kalodner',
author_email='blocksci@cs.princeton.edu',
description='BlockSci: A high-performance tool for blockchain science and exploration',
Expand Down

0 comments on commit 9f0b657

Please sign in to comment.