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 dfe6749 commit 79ed0a9Copy full SHA for 79ed0a9
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, 7)
+VERSION = (0, 0, 8)
18
19
__version__ = ".".join(map(str, VERSION))
0 commit comments