Changeset 710 for branches/0.6/src/__init__.py
- Timestamp:
- 02/12/10 16:31:52 (2 years ago)
- Files:
-
- 1 modified
-
branches/0.6/src/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6/src/__init__.py
r706 r710 66 66 """ 67 67 68 __version__ = '0.6.0 pre( $Rev$)'.replace(' $','')68 __version__ = '0.6.0 ( $Rev$)'.replace(' $','') 69 69 __all__ = ["common", "random", "nest", "neuron", "pcsim", "brian", "recording"] 70 70
