Skip to content

Commit

Permalink
ethash 0.6.0-alpha.2
Browse files Browse the repository at this point in the history
Bump version: 0.6.0-alpha.1 → 0.6.0-alpha.2
  • Loading branch information
chfast committed Dec 9, 2020
1 parent 2204f69 commit 9b8ab87
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 = 0.6.0-alpha.1
current_version = 0.6.0-alpha.2
tag = True
sign_tags = True
tag_message = ethash {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ HunterGate(
)

project(ethash)
set(PROJECT_VERSION 0.6.0-alpha.1)
set(PROJECT_VERSION 0.6.0-alpha.2)

cable_configure_compiler(NO_STACK_PROTECTION)
if(CABLE_COMPILER_GNULIKE)
Expand Down
2 changes: 1 addition & 1 deletion include/ethash/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#pragma once

/** The ethash library version. */
#define ETHASH_VERSION "0.6.0-alpha.1"
#define ETHASH_VERSION "0.6.0-alpha.2"

#ifdef __cplusplus
namespace ethash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run(self):

setup(
name='ethash',
version='0.6.0-alpha.1',
version='0.6.0-alpha.2',
description=
"C/C++ implementation of Ethash – the Ethereum Proof of Work algorithm",
url='https://github.com/chfast/ethash',
Expand Down

0 comments on commit 9b8ab87

Please sign in to comment.