Skip to content

Commit

Permalink
docs: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed May 27, 2024
1 parent 04c5ab8 commit ebbb209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="flamapy-fm",
version="2.0.0.dev0",
version="2.0.0.dev1",
author="Flamapy",
author_email="[email protected]",
description="flamapy-fm is a plugin to Flamapy module",
Expand All @@ -22,7 +22,7 @@
],
python_requires='>=3.9',
install_requires=[
'flamapy-fw~=2.0.0.dev0',
'flamapy-fw~=2.0.0.dev1',
'uvlparser~=2.0.1',
'afmparser~=1.0.3',
],
Expand All @@ -37,6 +37,6 @@
]
},
dependency_links=[
'flamapy~=1.6.0.dev0',
'flamapy~=2.0.0.dev1',
],
)

0 comments on commit ebbb209

Please sign in to comment.