Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
t-makaro committed Oct 29, 2018
1 parent bb2bdc1 commit 8541223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions animatplot/_version.py
@@ -1,3 +1,3 @@
version = (0, 3, 0)
info = ''
version = (0, 4, 0)
info = '.dev1'
__version__ = '.'.join(map(str, version))+info

0 comments on commit 8541223

Please sign in to comment.