Skip to content

Commit

Permalink
bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsn1993 authored Nov 6, 2019
1 parent 1178b59 commit 22d3aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymtl3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .dsl.ConstraintTypes import RD, WR, M, U
from .passes.PassGroups import DynamicSim, SimpleSim, SimulationPass

__version__ = "0.4.0"
__version__ = "0.5.0"

__all__ = [
'U','M','RD','WR',
Expand Down

0 comments on commit 22d3aa2

Please sign in to comment.