Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthuisman committed Jan 31, 2022
1 parent e230efc commit 0ff96bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python
from setuptools import setup

VERSION = '1.9.4'
VERSION = '1.9.4.1'

def main():
setup(name='par2deep',
Expand Down
2 changes: 1 addition & 1 deletion setup_cx.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from cx_Freeze import setup, Executable
import sys,os.path,glob

VERSION = '1.9.4'
VERSION = '1.9.4.1'
NAME = 'par2deep'
DESCRIPTION = "Produce, verify and repair par2 files recursively."

Expand Down

0 comments on commit 0ff96bb

Please sign in to comment.