diff --git a/console/datavars.py b/console/datavars.py index 104b250..6cd1dfb 100755 --- a/console/datavars.py +++ b/console/datavars.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.0.0" +__version__ = "3.0.2" __app__ = "Calculate Console" from calculate.lib.datavars import DataVars diff --git a/setup.py b/setup.py index 11f8d10..59640a8 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ data_files = [] var_data_files = [] -__version__ = "0.1" +__version__ = "3.0.2" __app__ = "calculate-console" locales = ("ru",'en')