Skip to content

Commit

Permalink
bump (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch committed Apr 29, 2023
1 parent 83177d2 commit aff2984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymwp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__title__ = "pymwp"
__author__ = "Clément Aubert, Thomas Rubiano, Neea Rusch, Thomas Seiller"
__license__ = "GPLv3"
__version__ = "0.3.0"
__version__ = "0.4.0"

from pymwp.parser import Parser
from pymwp.delta_graphs import DeltaGraph
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = "pymwp"
__author__ = "Clément Aubert, Thomas Rubiano, Neea Rusch, Thomas Seiller"
__desc__ = "Implementation of MWP analysis on C code in Python."
__version__ = "0.3.0"
__version__ = "0.4.0"

with open('README.md', 'r', encoding='utf-8') as fh:
long_description = fh.read()
Expand Down

0 comments on commit aff2984

Please sign in to comment.