aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <franklin@rockbox.org>2020-01-12 09:17:58 -0500
committerFranklin Wei <franklin@rockbox.org>2020-01-12 09:17:58 -0500
commit51d193e7d58e1419360a0b6ff59af9bd0e06ec00 (patch)
treef8b0430a633d1dbbbb7cace262a8ed20bd4896f7
parent91240e55bff77c36868c3cbb0e5520b09263833e (diff)
downloadrastercarve-1.0.6.zip
rastercarve-1.0.6.tar.gz
rastercarve-1.0.6.tar.bz2
rastercarve-1.0.6.tar.xz
Bump to 1.0.6v1.0.6
-rw-r--r--rastercarve/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rastercarve/__init__.py b/rastercarve/__init__.py
index 05f3526..52ca806 100644
--- a/rastercarve/__init__.py
+++ b/rastercarve/__init__.py
@@ -1,9 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Rastercarve
+# RasterCarve
#
-# Copyright (C) 2019 Franklin Wei
+# Copyright (C) 2019-2020 Franklin Wei
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -13,4 +13,4 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
-__version__ = '1.0.5'
+__version__ = '1.0.6'