Skip to content

Commit

Permalink
standardized process names and adjusted release file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Jan 8, 2024
1 parent c29da07 commit 1bfcd4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biosimulator_processes/_VERSION.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.5'
__version__ = '0.0.6'
4 changes: 2 additions & 2 deletions biosimulator_processes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# register processes
process_registry.register('cobra', CobraProcess)
process_registry.register('copasi', CopasiProcess)
process_registry.register('smoldyn_process', SmoldynProcess)
process_registry.register('tellurium_process', TelluriumProcess)
process_registry.register('smoldyn', SmoldynProcess)
process_registry.register('tellurium', TelluriumProcess)

# TODO: Eventually integrate this Step implementation
# process_registry.register('tellurium_step', TelluriumStep)
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# You must pass the version you are trying to upload to the package index as an argument to this script. For example:
# Usage: ./release.sh 0.0.1

# CURRENT VERSION: 0.0.5
# CURRENT VERSION: 0.0.6

# set -e

Expand Down

0 comments on commit 1bfcd4d

Please sign in to comment.