Skip to content

Commit

Permalink
refactor: drop the _version file
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Oct 31, 2023
1 parent f871046 commit dac3799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion geeservermap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"""TODO Missing docstring."""

from . import helpers as helpers
from ._version import __version__ as __version__
from .elements import layers as layers
from .main import MESSAGES as MESSAGES
from .map import Map as Map

__version__ = "0.0.0"
__author__ = "LDC Research Repository"
__email__ = "[email protected]"
2 changes: 0 additions & 2 deletions geeservermap/_version.py

This file was deleted.

0 comments on commit dac3799

Please sign in to comment.