We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ed0a9 commit c0a3750Copy full SHA for c0a3750
ephyspy/__version__.py
@@ -14,6 +14,6 @@
14
# You should have received a copy of the GNU General Public License
15
# along with this program. If not, see <https://www.gnu.org/licenses/>.
16
17
-VERSION = (0, 0, 8)
+VERSION = (0, 0, 7)
18
19
__version__ = ".".join(map(str, VERSION))
0 commit comments