Skip to content

Commit

Permalink
updating setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
codeperfectplus committed Nov 18, 2022
1 parent 0d16f04 commit 44e3b5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This tool allows automatic file moving, each file to the folder that corresponds
## How To Run

```bash
pip install filemover
pip install movens
```

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import datetime

project = 'filemover'
release = '1.0.5'
project = 'movens'
release = '1.0.6'
templates_path = ['_templates']
source_suffix = ".rst"
master_doc = "index"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

.. rst-class:: hide-header

Welcome to FileMover's documentation!
Welcome to Movens documentation!
=====================================

![Download badge](http://pepy.tech/badge/filemover)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="movens",
version="1.0.5",
version="1.0.6",
author="CodePerfectPlus",
author_email="[email protected]",
description="CLI tool to arrange files smartly",
Expand Down

0 comments on commit 44e3b5b

Please sign in to comment.