Skip to content

Commit

Permalink
Make versioning automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbroyles committed Jan 13, 2022
1 parent 91abe1a commit 099df12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import secsie
import pathlib
from setuptools import setup

Expand All @@ -10,7 +11,7 @@
# This call to setup() does all the work
setup(
name="secsie-conf",
version="1.0.0",
version=secsie.__version__,
description="A small library for parsing configuration files",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 099df12

Please sign in to comment.