Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderhoof committed May 22, 2022
1 parent a3a0000 commit 25c5673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dist
pydbml.egg-info
.mypy_cache
.coverage
.eggs
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup


SHORT_DESCRIPTION = 'DBML syntax parser for Python'
SHORT_DESCRIPTION = 'Python parser and builder for DBML'

try:
with open('README.md', encoding='utf8') as readme:
Expand All @@ -17,7 +17,7 @@
description=SHORT_DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
version='0.4.2',
version='1.0.0',
author='Daniil Minukhin',
author_email='[email protected]',
url='https://github.com/Vanderhoof/PyDBML',
Expand Down

0 comments on commit 25c5673

Please sign in to comment.