We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2923fba commit ed4e60eCopy full SHA for ed4e60e
1 file changed
src/ianitor/__init__.py
@@ -18,5 +18,5 @@
18
# along with ianitor. If not, see <http://www.gnu.org/licenses/>.
19
20
# flake8: noqa
21
-VERSION = (0, 4, 1) # PEP 386
+VERSION = (0, 0, 4) # PEP 386
22
__version__ = ".".join([str(x) for x in VERSION])
0 commit comments