Skip to content

Commit 44e3b5b

Browse files
updating setup.py
1 parent 0d16f04 commit 44e3b5b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This tool allows automatic file moving, each file to the folder that corresponds
2525
## How To Run
2626

2727
```bash
28-
pip install filemover
28+
pip install movens
2929
```
3030

3131
## Documentation

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from datetime import datetime
22

3-
project = 'filemover'
4-
release = '1.0.5'
3+
project = 'movens'
4+
release = '1.0.6'
55
templates_path = ['_templates']
66
source_suffix = ".rst"
77
master_doc = "index"

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
.. rst-class:: hide-header
33

4-
Welcome to FileMover's documentation!
4+
Welcome to Movens documentation!
55
=====================================
66

77
![Download badge](http://pepy.tech/badge/filemover)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="movens",
8-
version="1.0.5",
8+
version="1.0.6",
99
author="CodePerfectPlus",
1010
author_email="deepak008@live.com",
1111
description="CLI tool to arrange files smartly",

0 commit comments

Comments
 (0)