Skip to content

Commit

Permalink
[version] version bump to 0.2.7, main feature: restored py3.6/3.7 com…
Browse files Browse the repository at this point in the history
…patibility
  • Loading branch information
dvolgyes committed Dec 2, 2020
1 parent e117c25 commit d96990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake8_tensors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '0.2.6'
__version__ = '0.2.7'
__title__ = 'flake8_tensors'
__summary__ = 'flake8_tensors - flake8 plugin for deep learning codes'
__uri__ = 'https://github.com/dvolgyes/flake8_tensors'
Expand Down

0 comments on commit d96990a

Please sign in to comment.