Skip to content

Commit ed4e60e

Browse files
committed
fix version (0.0.4 instead of 0.4.1)
1 parent 2923fba commit ed4e60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ianitor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# along with ianitor. If not, see <http://www.gnu.org/licenses/>.
1919

2020
# flake8: noqa
21-
VERSION = (0, 4, 1) # PEP 386
21+
VERSION = (0, 0, 4) # PEP 386
2222
__version__ = ".".join([str(x) for x in VERSION])

0 commit comments

Comments
 (0)