Skip to content

Commit

Permalink
Klar for release
Browse files Browse the repository at this point in the history
  • Loading branch information
EdvardGarmannslund committed Feb 12, 2024
1 parent 8951f52 commit c4b8cb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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 = "ssb-konjunk"
version = "0.0.0"
version = "0.0.1"
description = "SSB Konjunk"
authors = ["Edvard Garmannslund <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 0 additions & 2 deletions src/ssb_konjunk/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"""

import pandas as pd


def example_function(number1: int, number2: int) -> str:
"""Compare two integers.
Expand Down

0 comments on commit c4b8cb2

Please sign in to comment.