We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969a6f2 commit 2f4e027Copy full SHA for 2f4e027
setup.py
@@ -5,14 +5,14 @@
5
6
setuptools.setup(
7
name="i3-agenda",
8
- version="1.6.3",
+ version="1.7",
9
author="Tomer Rosenfeld",
10
author_email="mail@tomerrosenfeld.com",
11
description="Show your next google calendar event in polybar or i3-bar",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/rosenpin/i3-agenda",
15
- download_url="https://github.com/rosenpin/i3-agenda/archive/1.6.3.tar.gz",
+ download_url="https://github.com/rosenpin/i3-agenda/archive/1.7.tar.gz",
16
packages=setuptools.find_packages(),
17
license="Unlicense",
18
classifiers=["Programming Language :: Python :: 3"],
0 commit comments