Skip to content

Commit

Permalink
Merge pull request #55 from ServerlessSam/bugfix-fix-version-import-f…
Browse files Browse the repository at this point in the history
…or-pypi-release

Change version import to get pypi release working
  • Loading branch information
ServerlessSam authored Dec 30, 2022
2 parents f6d1b0d + a43addc commit 487dc33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data-file-merge"
version = "0.1.0"
name = "dfm"
version = "0.3.0"
description = ""
authors = ["ServerlessSam"]

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from pathlib import Path

from setuptools import find_packages, setup
from src.version import __version__

from src.dfm.version import __version__

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
Expand Down

0 comments on commit 487dc33

Please sign in to comment.