Skip to content

Commit 79ed0a9

Browse files
committed
chore: bump version prepare release
1 parent dfe6749 commit 79ed0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ephyspy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
VERSION = (0, 0, 7)
17+
VERSION = (0, 0, 8)
1818

1919
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)