Skip to content

Commit

Permalink
Rename (#9)
Browse files Browse the repository at this point in the history
* add publish workflow on tag push

* rename package

* fix version tag

---------

Signed-off-by: Olivier Binette <[email protected]>
  • Loading branch information
OlivierBinette authored Nov 25, 2023
1 parent 6e19251 commit 986c284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csvmeta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from bettercsv.read import metadata, read
from bettercsv.write import DEFAULT_DIALECT, write
from csvmeta.read import metadata, read
from csvmeta.write import DEFAULT_DIALECT, write

__all__ = ["read", "metadata", "write", "DEFAULT_DIALECT"]
__version = "1.0.0"
__version__ = "1.0.0"

0 comments on commit 986c284

Please sign in to comment.