Skip to content

Commit

Permalink
Hardcode the version
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Dec 25, 2023
1 parent 9383084 commit 10313af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from setuptools import setup, find_packages
from ckanext.spatial import __version__

version = __version__
version = "2.1.0"

setup(
name="ckanext-spatial",
Expand Down

0 comments on commit 10313af

Please sign in to comment.