Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 committed Apr 25, 2021
1 parent 3b11cec commit 71cf813
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed installer/duck-calc_1.0.1-1_amd64.deb
Binary file not shown.
Binary file added installer/duck-calc_1.0.2-1_amd64.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/build-clean.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version="1.0.1"
version="1.0.2"
# Odstrani nepotrebne soubory po buildu
rm -rf duck-calc-${version}.tar.gz duck-calc-${version}/ duck-calc_${version}-1.debian.tar.xz duck-calc_${version}-1.dsc duck-calc_${version}-1_amd64.build duck-calc_${version}-1_amd64.buildinfo duck-calc_${version}-1_amd64.changes duck-calc_${version}.orig.tar.gz
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

set -e
version="1.0.1"
version="1.0.2"

# build dependency
sudo apt-get install -y build-essential devscripts debhelper debmake dh-python python3-all python3-pip python3-pyqt5 qt5-default
Expand Down
2 changes: 1 addition & 1 deletion src/duck_calc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Docstring
"""
__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit 71cf813

Please sign in to comment.