Skip to content

Commit

Permalink
Change version to follow PEP 440
Browse files Browse the repository at this point in the history
  • Loading branch information
nqrynxi committed Sep 26, 2022
1 parent e81b3a4 commit 911f9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# There are several approaches to eliminate this redundancy,
# see https://packaging.python.org/single_source_version/
# but for now, we will simply maintain it in two places
__version__ = os.environ.get('VERSION', '0.1.8-sl.2')
__version__ = os.environ.get('VERSION', '0.1.8+sl.1')

long_description = '''
Generate SQL Queries using a Jinja Template, without worrying about SQL Injection
Expand Down

0 comments on commit 911f9d4

Please sign in to comment.