File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.2.0 ]
99
1010### Added
1111
Original file line number Diff line number Diff line change 33 "name" : " dev" ,
44 "version" : " latest"
55 },
6+ {
7+ "name" : " 0.2.0" ,
8+ "version" : " v0.2.0"
9+ },
610 {
711 "name" : " 0.1.0" ,
812 "version" : " v0.1.0"
Original file line number Diff line number Diff line change 11[metadata]
22name = watts
3- version = 0.2.0-dev
3+ version = 0.2.0
44author = UChicago Argonne, LLC
55author_email = watts@anl.gov
66description = Workflow and Template Toolkit for Simulation
Original file line number Diff line number Diff line change 1313# This allows a user to write watts.Quantity
1414from astropy .units import Quantity
1515
16- __version__ = '0.2.0-dev '
16+ __version__ = '0.2.0'
You can’t perform that action at this time.
0 commit comments