Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
athalhammer committed Oct 8, 2022
1 parent e92d2c4 commit fc308a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Andreas Thalhammer'

# The full version, including alpha/beta/rc tags
release = '0.7.2'
release = '0.7.3'

# -- General configuration ---------------------------------------------------

Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='danker',
version='0.7.2',
version='0.7.3',
url='https://github.com/athalhammer/danker',
author='Andreas Thalhammer',
author_email='andreas@thalhammer.bayern',
Expand All @@ -15,14 +15,12 @@
long_description_content_type="text/markdown",
packages=['danker'],
classifiers=[
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
'Topic :: Scientific/Engineering :: Information Analysis',
],
python_requires='>=3.6',
python_requires='>=3.8',
install_requires=[]
)

0 comments on commit fc308a0

Please sign in to comment.