mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-29 01:14:44 +00:00
udpated version
This commit is contained in:
parent
ca213de0d3
commit
6c7e536aaf
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
project = "djlint"
|
||||
copyright = "2021, Riverside Healthcare"
|
||||
author = "Christopher Pickering"
|
||||
release = "0.1.8"
|
||||
release = "0.1.9"
|
||||
version = release
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ from setuptools import find_packages, setup
|
|||
|
||||
project_path = Path(__file__).parent
|
||||
|
||||
__version__ = "0.1.8"
|
||||
__version__ = "0.1.9"
|
||||
|
||||
|
||||
def long_description():
|
||||
|
|
|
|||
Loading…
Reference in a new issue