Skip to content

Commit

Permalink
version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaslovsky committed Aug 23, 2020
1 parent 49e8d88 commit 375d423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions coupled_biased_random_walks/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

class CBRW(object):

""" Class implementing Coupled Biased Random Walks algorithm """

# random walk parameters
PRESET_RW_PARAMS = {
'alpha': 0.95, # damping
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='coupled_biased_random_walks',
version='1.0.0',
version='1.1.0',
author='Daniel Kaslovsky',
author_email='dkaslovsky@gmail.com',
license='MIT',
Expand Down

0 comments on commit 375d423

Please sign in to comment.