Increase version.

develop
Mike Hiretsky 14 years ago
parent 0849c0bd2b
commit 281de14a47

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2.2.0.0"
__version__ = "2.2.0.1"
__app__ = "calculate-lib"
import sys, os, stat, re

@ -22,7 +22,7 @@ from distutils.core import setup
from distutils.command.build_scripts import build_scripts
from distutils.command.install_scripts import install_scripts
__version__ = "2.2.0.0"
__version__ = "2.2.0.1"
__app__ = "calculate-lib"
class cl_build_scripts(build_scripts):

Loading…
Cancel
Save