Skip to content

Commit

Permalink
Bump for version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmonaco committed Nov 20, 2020
1 parent 405b2c2 commit 4eb5d08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion neuroswarms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

NAME = 'neuroswarms'
VERSION = '1.0.0'
VERSION = '1.0.1'

import os
import sys
Expand Down
14 changes: 0 additions & 14 deletions neuroswarms/utils/context.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
"""
Shared context for filesystem organization of simulation output.
Author :: Joseph Monaco (jmonaco@jhu.edu)
Affiliation: Johns Hopkins University
Created :: 2019-08-18
Updated :: 2020-11-17
Related paper:
Monaco, J.D., Hwang, G.M., Schultz, K.M. et al. Cognitive swarming in complex
environments with attractor dynamics and oscillatory computing. Biol Cybern
114, 269–284 (2020). https://doi.org/10.1007/s00422-020-00823-z
This software is provided AS IS under the terms of the Open Source MIT License.
See http://www.opensource.org/licenses/mit-license.php
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='neuroswarms',
version='1.0.0',
version='1.0.1',
description='NeuroSwarms: A neural swarming controller model',
long_description=long_description,
url='https://github.com/jdmonaco/neuroswarms',
Expand Down

0 comments on commit 4eb5d08

Please sign in to comment.