Skip to content

Commit

Permalink
Bump version #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Socha authored and updbqn committed Feb 7, 2023
1 parent 0a35863 commit 522e3d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smirk"
version = "0.1.0"
version = "1.0"
description = "An experimental pedestrian emergency breaking ADAS."
authors = ["Kasper Socha <kaspersocha@gmail.com>", "Markus Borg <markus.borg@ri.se>", "Jens Henriksson <jens.henriksson@semcon.com>"]
readme= "README.md"
Expand Down
4 changes: 3 additions & 1 deletion src/smirk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
__version__ = "0.1.0"
import importlib_metadata

__version__ = importlib_metadata.version(__package__ or __name__)

0 comments on commit 522e3d5

Please sign in to comment.