Skip to content

Commit 9d1d4c4

Browse files
committed
bump version
1 parent 2ac6c71 commit 9d1d4c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flopymetascript/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding=utf-8
22
major = 0
33
minor = 3
4-
micro = 0
4+
micro = 1
55

66
__version__ = '{:d}.{:d}.{:d}'.format(major, minor, micro)

0 commit comments

Comments
 (0)