Skip to content

Commit

Permalink
incremented the version number and year
Browse files Browse the repository at this point in the history
  • Loading branch information
ikondov authored Feb 7, 2022
1 parent bbb3aa4 commit 30ed724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

__author__ = 'Ivan Kondov'
__copyright__ = 'Copyright 2020-2021, Karlsruhe Institute of Technology'
__copyright__ = 'Copyright 2020-2022, Karlsruhe Institute of Technology'
__email__ = '[email protected]'
__maintainer__ = 'Ivan Kondov'

Expand All @@ -14,7 +14,7 @@

setup(
name='fireworks_schema',
version='1.0.2',
version='1.1.0',
description='JSON Schema for FireWorks',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 30ed724

Please sign in to comment.